Skip to content

Commit ed6448a

Browse files
Merge pull request nestjs#2630 from johnbiundo/fix-contributing-page
docs(CONTRIBUTING.md): fix links, clarify format
2 parents a0a5130 + 88cb149 commit ed6448a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

CONTRIBUTING.md

100644100755
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Stack Overflow is a much better place to ask questions since:
2929

3030
To save your and our time, we will systematically close all issues that are requests for general support and redirect people to Stack Overflow.
3131

32-
If you would like to chat about the question in real-time, you can reach out via [our gitter channel][gitter].
32+
If you would like to chat about the question in real-time, you can reach out via [our discord channel][discord].
3333

3434
## <a name="issue"></a> Found a Bug?
3535

@@ -206,8 +206,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
206206

207207
* All features or bug fixes **must be tested** by one or more specs (unit-tests).
208208
* We follow [Google's JavaScript Style Guide][js-style-guide], but wrap all code at
209-
**100 characters**. An automated formatter is available, see
210-
[DEVELOPER.md](docs/DEVELOPER.md#clang-format).
209+
**100 characters**. An automated formatter is available (`npm run format`).
211210
212211
## <a name="commit"></a> Commit Message Guidelines
213212
@@ -320,7 +319,7 @@ changes to be accepted, the CLA must be signed. It's a quick process, we promise
320319
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
321320
[dev-doc]: https://github.com/nestjs/nest/blob/master/docs/DEVELOPER.md
322321
[github]: https://github.com/nestjs/nest
323-
[gitter]: https://gitter.im/nestjs/nestjs
322+
[discord]: https://discordapp.com/invite/G7Qnnhy
324323
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
325324
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
326325
[jsfiddle]: http://jsfiddle.net

0 commit comments

Comments
 (0)