Skip to content

Commit 86c4eff

Browse files
committed
[docs]:Added Issue Template
1 parent e756fd5 commit 86c4eff

File tree

2 files changed

+104
-0
lines changed

2 files changed

+104
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[Bug] '
5+
labels: 'Type: Bug'
6+
assignees: colbyfayock
7+
8+
---
9+
10+
## **Bug Report**
11+
12+
### **Describe the bug**
13+
14+
<!-- A clear and concise description of what the bug is. -->
15+
16+
- ***
17+
18+
### **Is this a regression?**
19+
20+
<!-- Did this behaviour used to work in the previous version? -->
21+
<!-- Yes, the previous version in which this bug was not present was: ... -->
22+
23+
---
24+
25+
### **Steps To Reproduce the error**
26+
27+
<!-- Steps to reproduce the error:
28+
(e.g.:)
29+
1. Use x argument / navigate to
30+
2. Fill this information
31+
3. Go to...
32+
4. See error -->
33+
34+
<!-- Write the steps here (add or remove as many steps as needed)-->
35+
36+
1.
37+
2.
38+
3.
39+
4.
40+
41+
---
42+
43+
### **Expected behaviour**
44+
45+
<!-- A clear and concise description of what you expected to happen. -->
46+
47+
- ***
48+
49+
### **Media proof (Screenshot)**
50+
51+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
52+
53+
---
54+
55+
### **Your environment**
56+
57+
<!-- use all the applicable bulleted list element for this specific issue,
58+
and remove all the bulleted list elements that are not relevant for this issue. -->
59+
60+
- OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]-->
61+
- Node version:
62+
- Npm version:
63+
- Browser name and version:
64+
65+
---
66+
67+
### **Additional context**
68+
69+
<!-- Add any other context or additional information about the problem here.-->
70+
71+
-
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: "Feature Request"
3+
about: "Suggest an idea or possible new feature for this project."
4+
title: "[Feature] "
5+
labels: "Type: Feature"
6+
assignees: colbyfayock
7+
---
8+
9+
## **Feature Request**
10+
11+
## **Is your feature request related to a problem? Please describe.**
12+
13+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
14+
15+
- ***
16+
17+
## **Describe the solution you'd like**
18+
19+
<!-- A clear and concise description of what you want to happen. -->
20+
21+
- ***
22+
23+
## **Describe alternatives you've considered**
24+
25+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
26+
27+
- ***
28+
29+
### **Additional context**
30+
31+
<!-- Add any other context or additional information about the problem here.-->
32+
33+
-

0 commit comments

Comments
 (0)