-
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.
- Loading branch information
1 parent
580f153
commit c3c4510
Showing
2 changed files
with
82 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: 🐛 Bug report | ||
about: Create a report to help us improve | ||
--- | ||
<!--- 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 | ||
- Bug Report | ||
|
||
|
||
##### 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 | ||
``` | ||
|
||
##### SCREENSHOTS | ||
<!--- If applicable, add screenshots to help explain your problem. --> | ||
|
||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: ✨ Feature request | ||
about: Suggest an idea for this project | ||
--- | ||
|
||
<!--- Verify first that your feature was not already discussed on GitHub --> | ||
<!--- Complete *all* sections as described to the best of your knowledge --> | ||
|
||
##### SUMMARY | ||
<!--- Describe the new feature/improvement briefly below --> | ||
|
||
##### ISSUE TYPE | ||
- Feature Idea | ||
|
||
|
||
##### ADDITIONAL INFORMATION | ||
<!--- Describe how the feature would be used, why it is needed and what it would solve --> | ||
|
||
<!--- Paste example playbooks or commands between quotes below --> | ||
```yaml | ||
|
||
``` | ||
|
||
<!--- HINT: You can also paste gist.github.com links for larger files --> |