Please make sure the bug is not already reported by searching the repository with reasonable keywords. Then, open an issue with steps to reproduce.
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 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 is required, so please add
Signed-off-by
to the commit.
Sections of this documents have been borrowed from CoreDNS and Fluentd