2021-01-27 04:58:21 +03:00
|
|
|
## Contributing
|
2017-07-02 14:35:10 +02:00
|
|
|
|
|
|
|
- With issues:
|
|
|
|
- Use the search tool before opening a new issue.
|
|
|
|
- Please provide source code and commit sha if you found a bug.
|
|
|
|
- Review existing issues and provide feedback or react to them.
|
2017-07-02 16:34:52 +02:00
|
|
|
|
2017-07-02 14:35:10 +02:00
|
|
|
- With pull requests:
|
2017-07-02 09:41:06 -05:00
|
|
|
- Open your pull request against `master`
|
2017-07-02 14:35:10 +02:00
|
|
|
- Your pull request should have no more than two commits, if not you should squash them.
|
2020-04-16 21:26:42 -07:00
|
|
|
- It should pass all tests in the available continuous integration systems such as TravisCI.
|
2017-07-02 14:35:10 +02:00
|
|
|
- You should add/modify tests to cover your proposed code changes.
|
2017-07-02 16:34:52 +02:00
|
|
|
- If your pull request contains a new feature, please document it on the README.
|