|
1 | 1 | # Contributing to Grape-Swagger-Rails |
2 | 2 |
|
3 | | -This project is work of [many contributors](https://github.com/TinkerDev/grape-swagger-rails/graphs/contributors). |
4 | | -You're encouraged to submit [pull requests](https://github.com/TinkerDev/grape-swagger-rails/pulls), |
5 | | -[propose features and discuss issues](https://github.com/TinkerDev/grape-swagger-rails/issues). |
| 3 | +This project is work of [many contributors](https://github.com/ruby-grape/grape-swagger-rails/graphs/contributors). |
| 4 | +You're encouraged to submit [pull requests](https://github.com/ruby-grape/grape-swagger-rails/pulls), |
| 5 | +[propose features and discuss issues](https://github.com/ruby-grape/grape-swagger-rails/issues). |
6 | 6 |
|
7 | 7 | In the examples below, substitute your Github username for `contributor` in URLs. |
8 | 8 |
|
9 | 9 | ## Fork the Project |
10 | 10 |
|
11 | | -Fork the [project on Github](https://github.com/TinkerDev/grape-swagger-rails) and check out your copy. |
| 11 | +Fork the [project on Github](https://github.com/ruby-grape/grape-swagger-rails) and check out your copy. |
12 | 12 |
|
13 | 13 | ``` |
14 | | -git clone https://github.com/contributor/grape-swagger.git |
15 | | -cd grape-swagger |
16 | | -git remote add upstream https://github.com/TinkerDev/grape-swagger-rails.git |
| 14 | +git clone https://github.com/contributor/grape-swagger-rails.git |
| 15 | +cd grape-swagger-rails |
| 16 | +git remote add upstream https://github.com/ruby-grape/grape-swagger-rails.git |
17 | 17 | ``` |
18 | 18 |
|
19 | 19 | ## Create a Topic Branch |
@@ -53,7 +53,7 @@ You might find it useful to iterate on code by running the test project from spe |
53 | 53 | ``` |
54 | 54 | spec/dummy$ GRAPE_SWAGGER_VERSION=HEAD bundle install |
55 | 55 |
|
56 | | -Updating git://github.com/tim-vandecasteele/grape-swagger.git |
| 56 | +Updating git://github.com/ruby-grape/grape-swagger.git |
57 | 57 | Fetching gem metadata from https://rubygems.org/......... |
58 | 58 | Resolving dependencies... |
59 | 59 | ... |
@@ -86,15 +86,15 @@ git push origin my-feature-branch |
86 | 86 |
|
87 | 87 | ## Make a Pull Request |
88 | 88 |
|
89 | | -Go to https://github.com/contributor/grape and select your feature branch. |
| 89 | +Go to https://github.com/contributor/grape-swagger-rails and select your feature branch. |
90 | 90 | Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days. |
91 | 91 |
|
92 | 92 | ## Update CHANGELOG Again |
93 | 93 |
|
94 | 94 | Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows. |
95 | 95 |
|
96 | 96 | ``` |
97 | | -* [#123](https://github.com/TinkerDev/grape-swagger-rails/pull/123): Reticulated splines - [@contributor](https://github.com/contributor). |
| 97 | +* [#123](https://github.com/ruby-grape/grape-swagger-rails/pull/123): Reticulated splines - [@contributor](https://github.com/contributor). |
98 | 98 | ``` |
99 | 99 |
|
100 | 100 | Amend your previous commit and force push the changes. |
|
0 commit comments