forked from cubefs/cubefs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shuoran Liu <[email protected]>
- Loading branch information
1 parent
d037b2c
commit 7e17548
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |