@@ -10,18 +10,18 @@ patches and features.
10
10
11
11
## Developer guidelines
12
12
13
- If you're a developer, please take a look at the [ Developer guidelines] ( DEVELOPER.md )
13
+ If you're a developer, please take a look at the [ Developer guidelines] ( DEVELOPER.md )
14
14
15
15
## Using the issue tracker
16
16
17
- The [ issue tracker] ( https://github.com/angular-ui/ng -grid/issues ) is
17
+ The [ issue tracker] ( https://github.com/angular-ui/ui -grid/issues ) is
18
18
the preferred channel for [ bug reports] ( #bugs ) , [ features requests] ( #features )
19
19
and [ submitting pull requests] ( #pull-requests ) , but please respect the following
20
20
restrictions:
21
21
22
22
* Please ** do not** use the issue tracker for personal support requests (use
23
- [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/ng-grid )
24
- or IRC ).
23
+ [ Stack Overflow] ( http://stackoverflow.com/questions/tagged/angular-ui-grid ) ( [ Old Tag ] ( http://stackoverflow.com/questions/tagged/ ng-grid) )
24
+ or our [ Gitter Chat ] ( https://gitter.im/angular-ui/ui-grid ) ).
25
25
26
26
* Please ** do not** derail or troll issues. Keep the discussion on topic and
27
27
respect the opinions of others.
@@ -100,11 +100,11 @@ included in the project:
100
100
101
101
``` bash
102
102
# Clone your fork of the repo into the current directory
103
- git clone https://github.com/< your-username> /ng -grid.git
103
+ git clone https://github.com/< your-username> /ui -grid.git
104
104
# Navigate to the newly cloned directory
105
- cd ng -grid
105
+ cd ui -grid
106
106
# Assign the original repo to a remote called "upstream"
107
- git remote add upstream https://github.com/angular-ui/ng -grid.git
107
+ git remote add upstream https://github.com/angular-ui/ui -grid.git
108
108
```
109
109
110
110
2 . If you cloned a while ago, get the latest changes from upstream:
0 commit comments