@@ -76,7 +76,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
76
76
that relates to your submission. You don't want to duplicate effort.
77
77
<!-- 1. Please sign our [Contributor License Agreement (CLA)](#cla) before sending PRs.
78
78
We cannot accept code without this. -->
79
- 1 . Fork the nestjs/nest repo.
79
+ 1 . Fork the nestjs/terminus repo.
80
80
1 . Make your changes in a new git branch:
81
81
82
82
``` shell
@@ -85,7 +85,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
85
85
86
86
1. Create your patch, ** including appropriate test cases** .
87
87
1. Follow our [Coding Rules](# rules).
88
- 1. Run the full Nest test suite, as described in the [developer documentation][dev-doc] ,
88
+ 1. Run the full Nest test suite, as described in the README.md ,
89
89
and ensure that all tests pass.
90
90
1. Commit your changes using a descriptive commit message that follows our
91
91
[commit message conventions](# commit). Adherence to these conventions
@@ -102,7 +102,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
102
102
git push origin my-fix-branch
103
103
` ` `
104
104
105
- 1. In GitHub, send a pull request to ` nestjs:master` .
105
+ 1. In GitHub, send a pull request to ` nestjs/terminus :master` .
106
106
* If we suggest changes then:
107
107
* Make the required updates.
108
108
* Re-run the Nest test suites to ensure tests are still passing.
@@ -148,12 +148,6 @@ from the main (upstream) repository:
148
148
To ensure consistency throughout the source code, keep these rules in mind as you are working:
149
149
150
150
* All features or bug fixes **must be tested** by one or more specs (unit-tests).
151
- <!--
152
- // We' re working on auto-documentation.
153
- * All public API methods ** must be documented** . (Details TBC). -->
154
- * We follow [Google' s JavaScript Style Guide][js-style-guide], but wrap all code at
155
- **100 characters**. An automated formatter is available, see
156
- [DEVELOPER.md](docs/DEVELOPER.md#clang-format).
157
151
158
152
## <a name="commit"></a> Commit Message Guidelines
159
153
@@ -180,13 +174,13 @@ to read on GitHub as well as in various git tools.
180
174
181
175
Footer should contain a [closing reference to an issue](https://help.github.com/articles/closing-issues-via-commit-messages/) if any.
182
176
183
- Samples: (even more [samples](https://github.com/nestjs/nest /commits/master))
177
+ Samples: (even more [samples](https://github.com/nestjs/terminus /commits/master))
184
178
185
179
```
186
- docs(changelog) update change log to beta.5
180
+ docs: update change log to beta.5
187
181
```
188
182
```
189
- fix(@nestjs/core) need to depend on latest rxjs and zone.js
183
+ fix: need to depend on latest rxjs and zone.js
190
184
191
185
The version in our package.json gets copied to the one we publish, and users need the latest of these.
192
186
```
@@ -242,7 +236,6 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
242
236
< ! -- [coc]: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md -->
243
237
[commit-message-format]: https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#
244
238
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
245
- [dev-doc]: https://github.com/nestjs/nest/blob/master/docs/DEVELOPER.md
246
239
[github]: https://github.com/nestjs/nest
247
240
[discord]: https://discord.gg/nestjs
248
241
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
0 commit comments