Update PULL_REQUEST_TEMPLATE.md.
parent
1502e90599
commit
95f95ce868
@ -1,16 +1,16 @@
|
|||||||
|
|
||||||
Thanks for creating a PR! Here's a quick checklist to pay attention to:
|
Thanks for creating a PR! Here's a quick checklist to pay attention to:
|
||||||
|
|
||||||
* Please add an entry to ``docs/changelog.rst`` as appropriate.
|
* Please add an entry to docs/changelog.rst as appropriate.
|
||||||
|
|
||||||
* Has some new parameter been added or semantics modified somehow? Please
|
* Has some new parameter been added or semantics modified somehow? Please
|
||||||
ensure relevant documentation is updated in ``docs/ansible.rst`` and
|
ensure relevant documentation is updated in docs/ansible.rst and
|
||||||
``docs/api.rst``.
|
docs/api.rst.
|
||||||
|
|
||||||
* If it's for new functionality, is there at least a basic test in either
|
* If it's for new functionality, is there at least a basic test in either
|
||||||
``tests/`` or ``tests/ansible/`` covering it?
|
tests/ or tests/ansible/ covering it?
|
||||||
|
|
||||||
* If it's for a new connection method, please try to stub out the
|
* If it's for a new connection method, please try to stub out the
|
||||||
implementation as in ``tests/data/stubs/``, so that construction can at least
|
implementation as in tests/data/stubs/, so that construction can be tested
|
||||||
be tested without having a full configruation.
|
without having a working configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue