ansible/.github/PULL_REQUEST_TEMPLATE.md
Dag Wieers 1afa369eec Move the Github issue and pull-request templates to .github
In essence, most people do not need to use the templates directly,
getting them out of the way increases the signal-to-noise ratio of
the root directory. Direct people to what they are looking for.
2016-03-10 13:55:49 +01:00

29 lines
597 B
Markdown

##### Issue Type:
<!--- Please pick one and delete the rest: -->
- Feature Pull Request
- New Module Pull Request
- Bugfix Pull Request
- Docs Pull Request
##### Ansible Version:
```
<!--- Paste verbatim output from “ansible --version” here -->
```
##### Summary:
<!--- Please describe the change and the reason for it -->
<!---
If you are fixing an existing issue, please include "Fixes #nnn" in your
commit message and your description; but you should still explain what
the change does.
-->
##### Example output:
```
<!-- Paste verbatim command output here if necessary -->
```