forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the issue template for dependency problems (ansible#51657)
So many reports of missing modules could be solved more quickly with the info from `python_requirements_facts` Replace the legacy issue template with a link to the new interface
- Loading branch information
1 parent
cbde046
commit 945ee39
Showing
2 changed files
with
16 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1 @@ | ||
<!--- Verify first that your issue is not already reported on GitHub --> | ||
<!--- Also test if the latest release and devel branch are affected too --> | ||
<!--- Complete *all* sections as described, this form is processed automatically --> | ||
|
||
##### SUMMARY | ||
<!--- Explain the problem briefly below --> | ||
|
||
##### ISSUE TYPE | ||
<!--- Pick one below and delete the rest --> | ||
- Bug Report | ||
- Feature Idea | ||
- Documentation Report | ||
|
||
##### COMPONENT NAME | ||
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure --> | ||
|
||
##### ANSIBLE VERSION | ||
<!--- Paste verbatim output from "ansible --version" between quotes --> | ||
```paste below | ||
``` | ||
|
||
##### CONFIGURATION | ||
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes --> | ||
```paste below | ||
``` | ||
|
||
##### OS / ENVIRONMENT | ||
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. --> | ||
|
||
##### STEPS TO REPRODUCE | ||
<!--- Describe exactly how to reproduce the problem, using a minimal test-case --> | ||
|
||
<!--- Paste example playbooks or commands between quotes below --> | ||
```yaml | ||
|
||
``` | ||
|
||
<!--- HINT: You can paste gist.github.com links for larger files --> | ||
|
||
##### EXPECTED RESULTS | ||
<!--- Describe what you expected to happen when running the steps above --> | ||
|
||
##### ACTUAL RESULTS | ||
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) --> | ||
|
||
<!--- Paste verbatim command output between quotes --> | ||
```paste below | ||
``` | ||
Please raise issues via the [new interface](https://github.com/ansible/ansible/issues/new/choose) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters