mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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:
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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 -->
|
||||
```
|
||||
Reference in New Issue
Block a user