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.
This commit is contained in:
Dag Wieers
2016-03-10 13:55:49 +01:00
parent 4e528e9535
commit 1afa369eec
2 changed files with 0 additions and 0 deletions

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,29 @@
##### 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 -->
```