We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cf550 commit 6bd6fd6Copy full SHA for 6bd6fd6
CONTRIBUTING.md
@@ -0,0 +1,13 @@
1
+## Contributing
2
+
3
+- With issues:
4
+ - Use the search tool before opening a new issue.
5
+ - Please provide source code and commit sha if you found a bug.
6
+ - Review existing issues and provide feedback or react to them.
7
8
+- With pull requests:
9
+ - Open your pull request against `master`
10
+ - Your pull request should have no more than two commits, if not you should squash them.
11
+ - It should pass all tests in the available continuous integrations systems such as TravisCI.
12
+ - You should add/modify tests to cover your proposed code changes.
13
+ - If your pull request contains a new feature, please document it on the README.
0 commit comments