Skip to content

Commit

Permalink
Add contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Dec 25, 2019
1 parent cb017ff commit fa82f5c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Contributions and bug reports are welcome!

Please remember to add changelog entries.
## Contribution guidelines

* **Size of changes:** If the change is minor, feel free to just send a pull request. Otherwise, please discuss on the issue tracker first.

* **Continuous integration (CI):** Please make sure all AppVeyor and Travis CI tests pass on your pull request.

* **New tests:**

* When implementing a new feature, please include tests for it. (Use `tools/testctl` to add a new test module.)
* When fixing a bug, please include regression tests if possible.

* **Changelog:** Please update the `changelog.md` for any non-trivial change.

0 comments on commit fa82f5c

Please sign in to comment.