Skip to content

Commit 7f5f78d

Browse files
docs(github): add ISSUE_TEMPLATE.md
1 parent 47b589d commit 7f5f78d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--
2+
Is this a bug report?
3+
β”œβ”€β”€ Yes
4+
β”‚Β Β  └── Continue filling out the template.
5+
└── No
6+
Β Β  └── Delete the template and write in free form.
7+
Please apply a label to the issue (if applicable).
8+
-->
9+
10+
### Expected behavior
11+
12+
<!-- What should happen. -->
13+
14+
### Actual behavior
15+
16+
<!-- What happens instead. -->
17+
18+
### Steps to reproduce
19+
20+
<!-- Describe a sequence of steps that anybody can repeat to see the issue. -->
21+
22+
### Reproducible demo
23+
24+
<!--
25+
Creating a bug demo facilitates the resolvement of an issue:
26+
27+
* CodeSandbox: https://codesandbox.io/s/940pov1l4w
28+
* JSFiddle: https://jsfiddle.net/remarkablemark/7v86d800/
29+
* repl.it: https://repl.it/@remarkablemark/html-react-parser
30+
-->
31+
32+
### Environment
33+
34+
- Version:
35+
- Platform:
36+
- Browser:

0 commit comments

Comments
Β (0)