Contributing to ChubaoFS

Bug Reports

Please make sure the bug is not already reported by searching the repository with reasonable keywords. Then, open an issue with steps to reproduce.

Patch Guidelines

In order for the patch to be accepted with higher possibility, there are a few things you might want to pay attention to:

runltp -f fs -d [MOUNTPOINT]
  • A good commit message describing the bug fix or the new feature is preferred.
  • DCO is required, so please add Signed-off-by to the commit.

Credits

Sections of this documents have been borrowed from CoreDNS and Fluentd