You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
##Report an Issue
2
+
# Report an Issue
3
3
4
4
Help us make UI-Router better! If you think you might have found a bug, or some other weirdness, start by making sure
5
5
it hasn't already been reported. You can [search through existing issues](https://github.com/angular-ui/ui-router/search?q=wat%3F&type=Issues)
@@ -18,10 +18,20 @@ is a bug, it's best to talk it out in the
18
18
[StackOverflow](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) before reporting it. This
19
19
keeps development streamlined, and helps us focus on building great software.
20
20
21
-
Please keep in mind that the issue tracker is for *issues*. Please do *not* post an issue if you need help or support. Instead, see one of the above-mentioned forums or [IRC](irc://irc.freenode.net/#angularjs).
22
21
22
+
Issues only! |
23
+
-------------|
24
+
Please keep in mind that the issue tracker is for *issues*. Please do *not* post an issue if you need help or support. Instead, see one of the above-mentioned forums or [IRC](irc://irc.freenode.net/#angularjs). |
23
25
24
-
## Contribute
26
+
####Purple Labels
27
+
A purple label means that **you** need to take some further action.
28
+
-: Your issue is not specific enough, or there is no clear action that we can take. Please clarify and refine your issue.
29
+
-: Please [create a plunkr](http://plnkr.co/edit/u18KQc?p=preview)
30
+
-: We suspect your issue is really a help request, or could be answered by the community. Please ask your question on [StackOverflow](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router). If you determine that is an actual issue, please explain why.
31
+
32
+
If your issue gets labeled with purple label, no further action will be taken until you respond to the label appropriately.
33
+
34
+
# Contribute
25
35
26
36
**(1)** See the **[Developing](#developing)** section below, to get the development version of UI-Router up and running on your local machine.
27
37
@@ -38,7 +48,7 @@ Please keep in mind that the issue tracker is for *issues*. Please do *not* post
38
48
39
49
40
50
41
-
##Developing
51
+
# Developing
42
52
43
53
UI-Router uses <code>grunt >= 0.4.x</code>. Make sure to upgrade your environment and read the
0 commit comments