-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
- Loading branch information
1 parent
bdb070e
commit b040a41
Showing
3 changed files
with
70 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,32 @@ | ||
--- | ||
name: Report Issue | ||
about: Create a bug issue ticket to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the Issue** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected Behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual Behavior** | ||
A clear and concise description of what's happening. | ||
|
||
**Control(s) Affected** | ||
What controls are being affected by the issue | ||
|
||
**Environment (please complete the following information):** | ||
- Ansible Version: [e.g. 2.10] | ||
- Host Python Version: [e.g. Python 3.7.6] | ||
- Ansible Server Python Version: [e.g. Python 3.7.6] | ||
- Additional Details: | ||
|
||
**Additional Notes** | ||
Anything additional goes here | ||
|
||
**Possible Solution** | ||
Enter a suggested fix here |
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,21 @@ | ||
--- | ||
name: Feature Request or Enhancement | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Feature Request or Enhancement** | ||
- Feature [] | ||
- Enhancement [] | ||
|
||
**Summary of Request** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Suggested Code** | ||
Please provide any code you have in mind to fulfill the request |
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,17 @@ | ||
--- | ||
name: Question | ||
about: Ask away....... | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Question** | ||
Pose question here. | ||
|
||
**Environment (please complete the following information):** | ||
- Ansible Version: [e.g. 2.10] | ||
- Host Python Version: [e.g. Python 3.7.6] | ||
- Ansible Server Python Version: [e.g. Python 3.7.6] | ||
- Additional Details: |