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
+16-25Lines changed: 16 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,41 +2,33 @@
2
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
-
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)
5
+
it hasn't already been reported. You can [search through existing ui-router-ng2 issues](https://github.com/ui-router/ng2?search?q=wat%3F&type=Issues) and [ui-router-core issues](https://github.com/ui-router/core?search?q=wat%3F&type=Issues)
6
6
to see if someone's reported one similar to yours.
7
7
8
8
If not, then [create a plunkr](http://bit.ly/UIR-Plunk) that demonstrates the problem (try to use as little code
9
9
as possible: the more minimalist, the faster we can debug it).
10
10
11
-
Next, [create a new issue](https://github.com/angular-ui/ui-router/issues/new) that briefly explains the problem,
11
+
Next, [create a new issue](https://github.com/ui-router/ng2/issues/new) that briefly explains the problem,
12
12
and provides a bit of background as to the circumstances that triggered it. Don't forget to include the link to
13
13
that plunkr you created!
14
14
15
15
**Note**: If you're unsure how a feature is used, or are encountering some unexpected behavior that you aren't sure
16
16
is a bug, it's best to talk it out on
17
-
[StackOverflow](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) before reporting it. This
17
+
[StackOverflow](http://stackoverflow.com/questions/ask?tags=angular2,ui-router-ng2) before reporting it. This
18
18
keeps development streamlined, and helps us focus on building great software.
19
19
20
20
21
21
Issues only! |
22
22
-------------|
23
-
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). |
24
-
25
-
####Purple Labels
26
-
A purple label means that **you** need to take some further action.
27
-
-: Your issue is not specific enough, or there is no clear action that we can take. Please clarify and refine your issue.
28
-
-: Please [create a plunkr](http://bit.ly/UIR-Plunk)
29
-
-: 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.
30
-
31
-
If your issue gets labeled with purple label, no further action will be taken until you respond to the label appropriately.
23
+
Please keep in mind that the issue tracker is for *issues*. Please do *not* post an issue if you need help or support. Instead, use StackOverflow. |
32
24
33
25
# Contribute
34
26
35
27
**(1)** See the **[Developing](#developing)** section below, to get the development version of UI-Router up and running on your local machine.
36
28
37
-
**(2)** Check out the [roadmap](https://github.com/angular-ui/ui-router/milestones) to see where the project is headed, and if your feature idea fits with where we're headed.
29
+
**(2)** Check out the [roadmap](https://github.com/ui-router/ng2/milestones) to see where the project is headed, and if your feature idea fits with where we're headed.
38
30
39
-
**(3)** If you're not sure, [open an RFC](https://github.com/angular-ui/ui-router/issues/new?title=RFC:%20My%20idea) to get some feedback on your idea.
31
+
**(3)** If you're not sure, [open an RFC](https://github.com/ui-router/ng2/issues/new?title=RFC:%20My%20idea) to get some feedback on your idea.
40
32
41
33
**(4)** Finally, commit some code and open a pull request. Code & commits should abide by the following rules:
42
34
@@ -56,50 +48,49 @@ UI-Router uses <code>npm</code> and <code>webpack</code>.
56
48
The code for Angular UI-Router is split into two source repositories:
57
49
58
50
*[UI-Router Core](https://github.com/ui-router/core) (`ui-router-core` on npm)
59
-
*[UI-Router for Angular 1](https://github.com/angular-ui/ui-router) (`angular-ui-router` on npm)
51
+
*[UI-Router for Angular 2](https://github.com/ui-router/ng2) (`ui-router-ng2` on npm)
60
52
61
53
Clone both repositories into directories next to each other.
0 commit comments