Skip to content

Commit 9da87d2

Browse files
Update Issue Templates
1 parent 4f19204 commit 9da87d2

5 files changed

Lines changed: 137 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Custom Issues
3+
about: Use this template for custom issues.
4+
title: "[CUS] - "
5+
labels: Custom Issues
6+
assignees: CodeAsherPlayz
7+
8+
---
9+
10+
**What is the issue**
11+
12+
Enter Here.
13+
14+
**How can it be fixed**
15+
16+
Enter Here.
17+
18+
**Additional Context**
19+
20+
Enter Here.
21+
22+
**Linking Pull Request or Issues**
23+
24+
Enter Here.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: For Bug Reports
3+
about: Use this template for bug reports.
4+
title: "[BUG] - "
5+
labels: Bug
6+
assignees: CodeAsherPlayz
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
16+
Steps to reproduce the behaviour:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See an error
21+
22+
**Expected behaviour**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
28+
If applicable, add screenshots to help explain your problem.
29+
30+
**Desktop (please complete the following information):**
31+
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
35+
36+
**Smartphone (please complete the following information):**
37+
38+
- Device: [e.g. iPhone6]
39+
- OS: [e.g. iOS8.1]
40+
- Browser [e.g. stock browser, safari]
41+
- Version [e.g. 22]
42+
43+
**Additional context**
44+
45+
Add any other context about the problem here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: For Feature Requests
3+
about: Use this template for feature request.
4+
title: "[FTU] - "
5+
labels: Feature Request
6+
assignees: CodeAsherPlayz
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
12+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
13+
14+
**What is the feature request?**
15+
16+
Enter Here.
17+
18+
**Describe the solution you'd like**
19+
20+
A clear and concise description of what you want to happen.
21+
22+
**Describe alternatives you've considered**
23+
24+
A clear and concise description of any alternative solutions or features you've considered.
25+
26+
**Additional context**
27+
28+
Add any other context or screenshots about the feature request here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: For Systems Error
3+
about: Use this template for systems error.
4+
title: "[SYE] - "
5+
labels: System Errors
6+
assignees: CodeAsherPlayz
7+
8+
---
9+
10+
**What does the system error cause?**
11+
12+
Enter Here.
13+
14+
**Which lines causes the systems error?**
15+
16+
Enter Here.
17+
18+
**Additional Context**
19+
20+
Enter Here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: For Variable Error
3+
about: Use this template for variable error.
4+
title: "[VRE] - "
5+
labels: ''
6+
assignees: CodeAsherPlayz
7+
8+
---
9+
10+
**What does the variable error cause?**
11+
12+
Enter Here.
13+
14+
**Which lines causes the variable error?**
15+
16+
Enter Here.
17+
18+
**Additional Context**
19+
20+
Enter Here.

0 commit comments

Comments
 (0)