Skip to content

Commit 2417b56

Browse files
committed
whoops forgot to put stuff in the files
1 parent b434693 commit 2417b56

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: "\U0001F41BBug"
3+
labels: "Type: Bug"
4+
about: Something doesn't work correctly.
5+
6+
---
7+
8+
# Bug
9+
10+
## Expected Behavior
11+
12+
13+
14+
## Actual Behavior
15+
16+
17+
18+
## Steps to Reproduce the Problem
19+
20+
-
21+
22+
## Specifications
23+
24+
- Version:
25+
- Platform:
26+
- Subsystem:

.github/ISSUE_TEMPLATE/enhancement.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U00002728Enhancement"
3+
labels: "Type: Enhancement"
4+
about: Something isn't broken, but should be made better when we have some time.
5+
6+
---
7+
8+
# Enhancement
9+
10+
## What needs done
11+
12+
13+
14+
## Why it needs done
15+
16+
17+
18+
## Related issues
19+
20+
-

.github/ISSUE_TEMPLATE/maintenance.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "\U0001F6A7Maintenance"
3+
labels: "Type: Maintenance"
4+
about: Something needs cleaned up, refactored, or optimized.
5+
6+
---
7+
8+
# Maintenance
9+
10+
## What needs done
11+
12+
13+
14+
## Why it needs done
15+
16+
17+
18+
## Related issues
19+
20+
-

0 commit comments

Comments
 (0)