2018-10-31 12:56:03 +00:00
|
|
|
|
|
|
|
Thanks for creating a PR! Here's a quick checklist to pay attention to:
|
|
|
|
|
2018-10-31 13:14:30 +00:00
|
|
|
* Please add an entry to docs/changelog.rst as appropriate.
|
2018-10-31 12:56:03 +00:00
|
|
|
|
|
|
|
* Has some new parameter been added or semantics modified somehow? Please
|
2018-10-31 13:14:30 +00:00
|
|
|
ensure relevant documentation is updated in docs/ansible.rst and
|
|
|
|
docs/api.rst.
|
2018-10-31 12:56:03 +00:00
|
|
|
|
|
|
|
* If it's for new functionality, is there at least a basic test in either
|
2018-10-31 13:14:30 +00:00
|
|
|
tests/ or tests/ansible/ covering it?
|
2018-10-31 12:56:03 +00:00
|
|
|
|
|
|
|
* If it's for a new connection method, please try to stub out the
|
2018-10-31 13:14:30 +00:00
|
|
|
implementation as in tests/data/stubs/, so that construction can be tested
|
|
|
|
without having a working configuration.
|
2018-10-31 12:56:03 +00:00
|
|
|
|