Skip to content

Commit ae55987

Browse files
committed
Add issue templates
1 parent 8d948bf commit ae55987

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
A clear and concise description of what the bug is.
12+
13+
## To Reproduce
14+
Paste an example playbook that can be used to reproduce the problem and/or describe steps to reproduce the behavior.
15+
16+
## Current Behavior
17+
Please describe the results you received.
18+
19+
## Expected behavior
20+
Please describe what you expected to happen.
21+
22+
## OS / Environment
23+
Provide all relevant information below, e.g. target OS versions, etc.
24+
25+
## Ansible version
26+
Paste verbatim output from "ansible --version".
27+
28+
## Collection version
29+
Paste the version of the collection.
30+
31+
## Additional context
32+
Please feel free to add any other context about the problem here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
2+
3+
SPDX-License-Identifier: Apache-2.0
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
Is your feature request related to a problem? Please describe, e.g. I'm always frustrated when [...]
12+
13+
## Solution
14+
Please describe what you want to happen.
15+
16+
## Alternative
17+
Please describe any alternative solutions or features you've considered.
18+
19+
## Additional context
20+
Add any other context about the feature request here.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
2+
3+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)