Skip to content

Commit

Permalink
Merge pull request #58 from shuoranliu/add-contributing
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md
  • Loading branch information
awzhgw committed May 7, 2019
2 parents 07b60da + 7e17548 commit cda9f25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Contributing to ChubaoFS

## Bug Reports

Please make sure the bug is not already reported by [searching the repository](https://github.com/chubaofs/chubaofs/search?q=&type=Issues&utf8=%E2%9C%93) with reasonable keywords. Then, [open an issue](https://github.com/chubaofs/chubaofs/issues) 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:

* [Filesystem stress tests](https://github.com/linux-test-project/ltp/blob/master/runtest/fs) is required before opening a pull request by `runltp -f fs -d [MOUNTPOINT]`.
* A good commit message describing the bug fix or the new feature is preferred.
* [DCO](https://github.com/apps/dco) is required, so please add `Signed-off-by` to the commit.

## Credits

Sections of this documents have been borrowed from [CoreDNS](https://github.com/coredns/coredns/blob/master/CONTRIBUTING.md) and [Fluentd](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md)

0 comments on commit cda9f25

Please sign in to comment.