Skip to content

Commit c28bd66

Browse files
committed
sync and simplify issues/bugs
1 parent 92fcf14 commit c28bd66

3 files changed

Lines changed: 0 additions & 71 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ body:
1717
Describe the issue you are experiencing here to communicate to the
1818
maintainers. Tell us what you were trying to do and what happened.
1919
Provide a clear and concise description of what the problem is. Please paste subset of playbook output (The failing task) so we can priotize and try to start troubleshooting.
20-
- type: dropdown
21-
validations:
22-
required: true
23-
attributes:
24-
label: Issue Type
25-
description: >
26-
What kind of issue do you want to open?
27-
options:
28-
- Bug
29-
- Documentation
30-
- Feature Request
31-
- Security Issue
3220
- type: textarea
3321
validations:
3422
required: true
@@ -43,38 +31,3 @@ body:
4331
label: Ansible Playbook Output
4432
description: >-
4533
Paste Ansible Playbook output
46-
- type: markdown
47-
attributes:
48-
value: |
49-
## Ansible Environment
50-
- type: textarea
51-
validations:
52-
required: true
53-
attributes:
54-
label: Ansible Version
55-
description: >-
56-
Paste verbatim output from "ansible --version"
57-
- type: textarea
58-
validations:
59-
required: true
60-
attributes:
61-
label: Ansible Configuration
62-
description: >-
63-
Paste verbatim output from "ansible-config dump --only-changed"
64-
- type: dropdown
65-
validations:
66-
required: true
67-
attributes:
68-
label: Ansible Execution Node
69-
description: >
70-
Where is execution happening?
71-
options:
72-
- CLI Ansible (Ansible Core)
73-
- Ansible Controller (previously known as Ansible Tower)
74-
- type: textarea
75-
validations:
76-
required: true
77-
attributes:
78-
label: Operating System
79-
description: >-
80-
Are you running from RHEL, Ubuntu, MacOS? Provide details here.

.github/ISSUE_TEMPLATE/documentation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ body:
1010
options:
1111
- Ansible Red Hat Enterprise Linux Workshop
1212
- Ansible Network Automation Workshop
13-
- Ansible F5 Workshop
1413
- Ansible Security Automation
1514
- Ansible Windows Automation Workshop
1615
- RHEL In-place Upgrade Automation Workshop

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,3 @@
44
<!--- Describe the change below, including rationale and design decisions -->
55

66
<!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
7-
8-
##### ISSUE TYPE
9-
<!--- Pick one below and delete the rest -->
10-
- Bugfix Pull Request
11-
- Docs Pull Request
12-
- Feature Pull Request
13-
14-
##### COMPONENT NAME
15-
<!--- Pick one below and delete the rest -->
16-
- exercises
17-
- docs
18-
- decks
19-
- provisioner
20-
- demos
21-
22-
##### ADDITIONAL INFORMATION
23-
<!--- Include additional information to help people understand the change here -->
24-
<!--- A step-by-step reproduction of the problem is helpful if there is no related issue -->
25-
26-
<!--- Paste verbatim command output below, e.g. before and after your change -->
27-
```paste below
28-
29-
```

0 commit comments

Comments
 (0)