-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb017ff
commit fa82f5c
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |