Skip to content

Commit 6bd6fd6

Browse files
committed
Add contributing.md file
1 parent a6cf550 commit 6bd6fd6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)