Skip to content

Commit d396c99

Browse files
authored
Update issue templates
1 parent 64575e0 commit d396c99

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug
3+
about: Report an issue or error.
4+
title: ''
5+
labels: 'type: Bug'
6+
assignees: ''
7+
8+
---
9+
10+
# Description
11+
12+
<!-- A clear and concise description of the issue. -->
13+
14+
# Reproduction
15+
16+
<!-- What exactly do we need to do to trigger the issue? -->
17+
18+
# Expected Behaviour
19+
20+
<!-- How do you think it should behave instead? -->
21+
22+
# Additional Information
23+
24+
<!-- Any other information that you may be relevant, e.g. platform (mobile/desktop), OS etc. -->

.github/ISSUE_TEMPLATE/enhancement.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Enhancement
3+
about: Suggest a change or improvement to an existing feature.
4+
title: ''
5+
labels: 'type: Enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
# Overview
11+
12+
<!-- Briefly describe the feature that you would like improved / to improve. -->
13+
14+
# Rationale
15+
16+
<!-- What's the thinking behind it / what makes it better than it already is? -->
17+
18+
# Potential Issues
19+
20+
<!-- Are there potential issues relating to implementation, or interaction with existing features? -->
21+
22+
# Additional Information
23+
24+
<!-- Any other information that you feel may be relevant. -->

.github/ISSUE_TEMPLATE/feature.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature
3+
about: Suggest the addition of a new feature.
4+
title: ''
5+
labels: 'type: Feature'
6+
assignees: ''
7+
8+
---
9+
10+
# Overview
11+
12+
<!-- Briefly describe the feature that you would like added / to add. -->
13+
14+
# Rationale
15+
16+
<!-- What's the thinking behind it / why do you think it's a good idea? -->
17+
18+
# Potential Issues
19+
20+
<!-- Are there potential issues relating to implementation, or interaction with existing features? -->
21+
22+
# Additional Information
23+
24+
<!-- Any other information that you feel may be relevant. -->

0 commit comments

Comments
 (0)