Skip to content

Commit 93d981f

Browse files
Merge pull request #316 from ChrisHope123/Issues-Issue-Templates
Adding issue templates for bug reporting, feature requests and questions
2 parents dc8ce62 + 09d566f commit 93d981f

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[Bug]:"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
How can we reproduce this error? What were your input parameters?
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
**Screenshots**
20+
If applicable, add screenshots to help explain your problem.
21+
22+
**Environment**
23+
On what kind of system were you running? When have you installed ARI?
24+
25+
**Azure cloud special setting**
26+
Is the Environment specially configured(Government cloud, MFA login, etc.)
27+
28+
**Additional context**
29+
Add any other context about the problem here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Request]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 'Question '
3+
about: Have a question about the project?
4+
title: "[Question]:"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
**Have a question about the project? Please write it down under!**
11+
12+
You can format your question using Markdown styling, so it's easier to understand!
13+
14+
**What version are you using?**
15+
The version you would be using or the version your question is about
16+
17+
**Any other context information**
18+
Any additional information that might be helpful to answear your question

0 commit comments

Comments
 (0)