You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/.github/PULL_REQUEST_TEMPLATE.md

20 lines
950 B
Markdown

Thanks for creating a PR! Here's a quick checklist to pay attention to:
4 years ago
* [ ] Add an entry to `docs/changelog.rst` as appropriate.
E.g.
```rst
- :gh:issue:1234 Fix leaky drain pipe
```
Some changes don't need a change log entry (e.g. CI fixes), but if in doubt please include one.
4 years ago
* [ ] Update relevant documention if introducing new features, or a change to semantics.
E.g. has a parameter has been added, or semantics modified somehow? Please ensure relevant documentation is updated in `docs/ansible.rst`, and `docs/api.rst`.
4 years ago
* [ ] For a bug fix or new functionality, please include at least a basic test.
For pure mitogen this will be in `tests/*.py`, for ansible_mitogen it will be in `tests/ansible/`?
4 years ago
* [ ] For a new connection method, please try to stub out the implementation as in `tests/data/stubs/`.
This is so that construction can be tested without having a working configuration.