Skip to content

Commit 9b7f5ab

Browse files
authored
Merge pull request #754 from q4wen/issue-template
Add issue template
2 parents 787e2c2 + a6ba7a0 commit 9b7f5ab

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

ISSUE_TEMPLATE.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<!--
2+
Are you submitting a bug report or a feature request? If so, use the appropriate template that follows.
3+
4+
When submitting a bug report, check the following:
5+
- The report has a descriptive title.
6+
- The bug still exists in the master branch and the unstable (dev) branch.
7+
-->
8+
9+
10+
11+
12+
<!-- BUG REPORT : Delete if requesting a feature -->
13+
14+
## Environment info
15+
16+
- Browser version (client) :
17+
- Node.js version (server) :
18+
19+
20+
## Current (buggy) behaviour
21+
22+
<!-- What does the bug do? -->
23+
24+
25+
## Desired behaviour
26+
27+
<!-- What do you expect app-ui to do instead? -->
28+
29+
30+
## Minimum steps to reproduce
31+
32+
<!-- Write out an overview of what you need to do to reproduce the issue. -->
33+
34+
<!-- END BUG REPORT -->
35+
36+
37+
38+
39+
<!-- FEATURE REQUEST : Delete if reporting a bug -->
40+
41+
## Description of new feature
42+
43+
<!-- What should the new feature do? That is, what is the goal that the user will accomplish? -->
44+
45+
46+
## Motivation for new feature
47+
48+
<!-- Describe the use case for this new feature. Why is the goal the user will accomplish important? -->
49+
50+
51+
<!-- END FEATURE REQUEST -->

0 commit comments

Comments
 (0)