Update the issue and pull-request templates in sync with ansible/ansible
This commit is contained in:
parent
c012358d57
commit
084c597f45
4 changed files with 79 additions and 78 deletions
52
lib/ansible/modules/.github/ISSUE_TEMPLATE.md
vendored
Normal file
52
lib/ansible/modules/.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
<!--- Verify first that your issue/request is not already reported in GitHub -->
|
||||||
|
|
||||||
|
##### ISSUE TYPE
|
||||||
|
<!--- Pick one below and delete the rest: -->
|
||||||
|
- Bug Report
|
||||||
|
- Feature Idea
|
||||||
|
- Documentation Report
|
||||||
|
|
||||||
|
##### COMPONENT NAME
|
||||||
|
<!--- Name of the plugin/module/task -->
|
||||||
|
|
||||||
|
##### ANSIBLE VERSION
|
||||||
|
```
|
||||||
|
<!--- Paste verbatim output from “ansible --version” between quotes -->
|
||||||
|
```
|
||||||
|
|
||||||
|
##### CONFIGURATION
|
||||||
|
<!---
|
||||||
|
Mention any settings you have changed/added/removed in ansible.cfg
|
||||||
|
(or using the ANSIBLE_* environment variables).
|
||||||
|
-->
|
||||||
|
|
||||||
|
##### OS / ENVIRONMENT
|
||||||
|
<!---
|
||||||
|
Mention the OS you are running Ansible from, and the OS you are
|
||||||
|
managing, or say “N/A” for anything that is not platform-specific.
|
||||||
|
-->
|
||||||
|
|
||||||
|
##### SUMMARY
|
||||||
|
<!--- Explain the problem briefly -->
|
||||||
|
|
||||||
|
##### STEPS TO REPRODUCE
|
||||||
|
<!---
|
||||||
|
For bugs, show exactly how to reproduce the problem.
|
||||||
|
For new features, show how the feature would be used.
|
||||||
|
-->
|
||||||
|
|
||||||
|
```
|
||||||
|
<!--- Paste example playbooks or commands between quotes -->
|
||||||
|
```
|
||||||
|
|
||||||
|
<!--- You can also paste gist.github.com links for larger files -->
|
||||||
|
|
||||||
|
##### EXPECTED RESULTS
|
||||||
|
<!--- What did you expect to happen when running the steps above? -->
|
||||||
|
|
||||||
|
##### ACTUAL RESULTS
|
||||||
|
<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
|
||||||
|
|
||||||
|
```
|
||||||
|
<!--- Paste verbatim command output between quotes -->
|
||||||
|
```
|
27
lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
27
lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
##### ISSUE TYPE
|
||||||
|
<!--- Pick one below and delete the rest: -->
|
||||||
|
- Feature Pull Request
|
||||||
|
- New Module Pull Request
|
||||||
|
- Bugfix Pull Request
|
||||||
|
- Docs Pull Request
|
||||||
|
|
||||||
|
##### COMPONENT NAME
|
||||||
|
<!--- Name of the plugin/module/task -->
|
||||||
|
|
||||||
|
##### ANSIBLE VERSION
|
||||||
|
```
|
||||||
|
<!--- Paste verbatim output from “ansible --version” between quotes -->
|
||||||
|
```
|
||||||
|
|
||||||
|
##### SUMMARY
|
||||||
|
<!--- Describe the change, including rationale and design decisions -->
|
||||||
|
|
||||||
|
<!---
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
```
|
||||||
|
<!--- Paste verbatim command output here, e.g. before and after your change -->
|
||||||
|
```
|
|
@ -1,53 +0,0 @@
|
||||||
##### Issue Type:
|
|
||||||
|
|
||||||
<!-- Please pick one and delete the rest: -->
|
|
||||||
- Bug Report
|
|
||||||
- Feature Idea
|
|
||||||
- Documentation Report
|
|
||||||
|
|
||||||
##### Plugin Name:
|
|
||||||
|
|
||||||
<!-- Name of the plugin/module/task -->
|
|
||||||
|
|
||||||
##### Ansible Version:
|
|
||||||
|
|
||||||
```
|
|
||||||
<!-- (Paste verbatim output from “ansible --version” here) -->
|
|
||||||
```
|
|
||||||
|
|
||||||
##### Ansible Configuration:
|
|
||||||
|
|
||||||
<!-- Please mention any settings you've changed/added/removed in ansible.cfg
|
|
||||||
(or using the ANSIBLE_* environment variables). -->
|
|
||||||
|
|
||||||
##### Environment:
|
|
||||||
|
|
||||||
<!-- Please mention the OS you are running Ansible from, and the OS you are managing,
|
|
||||||
or say “N/A” for anything that isn't platform-specific. -->
|
|
||||||
|
|
||||||
##### Summary:
|
|
||||||
|
|
||||||
<!-- Please explain the problem briefly. -->
|
|
||||||
|
|
||||||
##### Steps To Reproduce:
|
|
||||||
|
|
||||||
<!-- For bugs, please show exactly how to reproduce the problem.
|
|
||||||
For new features, show how the feature would be used. -->
|
|
||||||
|
|
||||||
```
|
|
||||||
<!-- (Paste example playbooks or commands here) -->
|
|
||||||
```
|
|
||||||
|
|
||||||
<!-- You can also paste gist.github.com links for larger files. -->
|
|
||||||
|
|
||||||
##### Expected Results:
|
|
||||||
|
|
||||||
<!-- What did you expect to happen when running the steps above? -->
|
|
||||||
|
|
||||||
##### Actual Results:
|
|
||||||
|
|
||||||
<!-- What actually happened? If possible run with high verbosity (-vvvv) -->
|
|
||||||
|
|
||||||
```
|
|
||||||
<!-- (Paste verbatim command output here) -->
|
|
||||||
```
|
|
|
@ -1,25 +0,0 @@
|
||||||
##### Issue Type:
|
|
||||||
|
|
||||||
<!-- Please pick one and delete the rest: -->
|
|
||||||
- Feature Pull Request
|
|
||||||
- New Module Pull Request
|
|
||||||
- Bugfix Pull Request
|
|
||||||
- Docs Pull Request
|
|
||||||
|
|
||||||
##### Plugin Name:
|
|
||||||
|
|
||||||
<!-- Name of the plugin/module/task -->
|
|
||||||
|
|
||||||
##### 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:
|
|
||||||
|
|
||||||
```
|
|
||||||
<!-- (Paste example execution or output here if necessary) -->
|
|
||||||
```
|
|
Loading…
Reference in a new issue