2019-04-24 00:00:16 +08:00
<!--
2016-02-19 04:26:38 +08:00
Thanks for submitting a PR, your contribution is really appreciated!
2019-05-24 23:11:15 +08:00
Here is a quick checklist that should be present in PRs.
2016-02-19 04:26:38 +08:00
2018-02-07 08:13:04 +08:00
- [ ] Include documentation when adding new features.
- [ ] Include new tests or update existing tests when applicable.
2020-02-04 01:35:50 +08:00
- [X] Allow maintainers to push and squash when merging my commits. Please uncheck this if you prefer to squash the commits yourself.
2016-10-06 02:36:38 +08:00
2019-11-14 17:36:47 +08:00
Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:
2016-10-06 02:36:38 +08:00
2019-05-16 21:54:50 +08:00
- [ ] Create a new changelog file in the `changelog` folder, with a name like `<ISSUE NUMBER>.<TYPE>.rst` . See [changelog/README.rst ](https://github.com/pytest-dev/pytest/blob/master/changelog/README.rst ) for details.
2019-11-20 01:04:21 +08:00
Write sentences in the **past or present tense** , examples:
* *Improved verbose diff output with sequences.*
* *Terminal summary statistics now use multiple colors.*
Also make sure to end the sentence with a `.` .
2019-11-14 17:36:47 +08:00
- [ ] Add yourself to `AUTHORS` in alphabetical order.
2019-11-14 18:01:40 +08:00
-->