Skip to content

Commit d061c80

Browse files
authored
Add issue templates (#34)
1 parent 5107739 commit d061c80

3 files changed

Lines changed: 53 additions & 0 deletions

File tree

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: ''
5+
labels: ''
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+
<!-- Steps to reproduce the behavior: -->
15+
16+
### Logs
17+
<!-- Add logs to help explain your problem -->
18+
19+
### Screenshots
20+
<!-- If applicable, add screenshots to help explain your problem -->
21+
22+
### Environment
23+
<!-- - OS: [e.g. Ubuntu2404] -->
24+
25+
### Additional context
26+
<!-- Add any other context about the problem here -->
27+
28+
### Exposure
29+
<!-- Is the bug intermittent, persistent? Is it widespread, local? -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Describe request or inquiry
11+
<!-- Add any other context about the problem or helpful links here! -->
12+
13+
### What purpose/environment will this feature serve?
14+
<!-- Add reasoning -->

.github/ISSUE_TEMPLATE/other.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Other
3+
about: Have a question or need clarification?
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
### Write down your inquiry
10+
<!-- Write your question/inquiry here and any addition context -->

0 commit comments

Comments
 (0)