Skip to content

Commit a04674c

Browse files
chore(ISSUE_TEMPLATE): create issue template
1 parent 7573156 commit a04674c

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

ISSUE_TEMPLATE.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
This is a:
2+
3+
- [ ] Bug Report
4+
- [ ] Feature Request
5+
- [ ] General Query
6+
7+
My version of UI-Router is: (version)
8+
9+
10+
11+
# Bug Report
12+
13+
#### Current Behavior:
14+
15+
(current behavior here)
16+
17+
#### Expected Behavior:
18+
19+
(expected behavior here)
20+
21+
#### Link to Plunker that reproduces the issue:
22+
23+
http://bit.ly/UIR-Plunk
24+
25+
26+
27+
28+
# Feature Request
29+
30+
(feature request here)
31+
32+
33+
34+
35+
# General Query
36+
37+
Please direct general implementation questions to StackOverflow:
38+
http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router
39+
40+
Please review the Sample Application which highlights common approaches:
41+
https://github.com/ui-router/sample-app-ng1
42+
43+
- [ ] I have already asked my question on StackOverflow and nobody could answer the question
44+
45+
- [ ] I have already reviewed the sample application for examples of common approaches
46+
47+
- [ ] I believe my question can only be answered by the UI-Router maintainers
48+
49+
50+
(general query here)

0 commit comments

Comments
 (0)