mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Create a PULL_REQUEST_TEMPLATE
Now that Github supports separate issue and PR templates, we can have a separate cut-down version for PRs without all the things we ask for in a new issue. The PR types are also removed from the ISSUE_TEMPLATE.
This commit is contained in:
23
PULL_REQUEST_TEMPLATE.md
Normal file
23
PULL_REQUEST_TEMPLATE.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
##### Issue Type:
|
||||||
|
|
||||||
|
Please pick one and delete the rest:
|
||||||
|
- Feature Pull Request
|
||||||
|
- New Module Pull Request
|
||||||
|
- Bugfix Pull Request
|
||||||
|
- Docs Pull Request
|
||||||
|
|
||||||
|
##### Ansible Version:
|
||||||
|
|
||||||
|
Please paste the verbatim output from running “ansible --version”.
|
||||||
|
|
||||||
|
##### Summary:
|
||||||
|
|
||||||
|
Please describe the change and the reason for it.
|
||||||
|
|
||||||
|
(If you're 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:
|
||||||
|
|
||||||
|
If necessary, paste example output (indented by four spaces) here.
|
||||||
@@ -3,11 +3,7 @@
|
|||||||
Please pick one and delete the rest:
|
Please pick one and delete the rest:
|
||||||
- Bug Report
|
- Bug Report
|
||||||
- Feature Idea
|
- Feature Idea
|
||||||
- Feature Pull Request
|
|
||||||
- New Module Pull Request
|
|
||||||
- Bugfix Pull Request
|
|
||||||
- Documentation Report
|
- Documentation Report
|
||||||
- Docs Pull Request
|
|
||||||
|
|
||||||
##### Ansible Version:
|
##### Ansible Version:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user