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
+19-16
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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 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)
5
+
it hasn't already been reported. You can [search through existing @uirouter/angular issues](https://github.com/ui-router/ng2?search?q=wat%3F&type=Issues) and [@uirouter/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
@@ -14,7 +14,7 @@ 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=angular2,ui-router-ng2) before reporting it. This
17
+
[StackOverflow](http://stackoverflow.com/questions/ask?tags=angular2,@uirouter/angular) before reporting it. This
18
18
keeps development streamlined, and helps us focus on building great software.
19
19
20
20
@@ -47,50 +47,53 @@ Please keep in mind that the issue tracker is for *issues*. Please do *not* post
47
47
48
48
The code for `ui-router-ng2` is split into two source repositories:
49
49
50
-
*[UI-Router Core](https://github.com/ui-router/core) (`ui-router-core` on npm)
50
+
*[UI-Router Core](https://github.com/ui-router/core) (`@uirouter/core` on npm)
51
51
*[UI-Router for Angular 2](https://github.com/ui-router/ng2) (`ui-router-ng2` on npm)
52
52
53
53
Clone both repositories into directories next to each other.
0 commit comments