Skip to content

Commit c635011

Browse files
alex-okrushkoatscott
authored andcommitted
docs: add Discord as an official communication channel (angular#39149)
PR Close angular#39149
1 parent 898be92 commit c635011

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
As contributors and maintainers of the Angular project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities.
55

6-
Communication through any of Angular's channels (GitHub, Gitter, IRC, mailing lists, Google+, Twitter, etc.) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
6+
Communication through any of Angular's channels (GitHub, Discord, Gitter, IRC, mailing lists, Twitter, etc.) must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
77

88
We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the Angular project to do the same.
99

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Stack Overflow is a much better place to ask questions since:
3232

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

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

3737

3838
## <a name="issue"></a> Found a Bug?
@@ -382,7 +382,7 @@ The following documents can help you sort out issues with GitHub accounts and mu
382382
[corporate-cla]: http://code.google.com/legal/corporate-cla-v1.0.html
383383
[dev-doc]: https://github.com/angular/angular/blob/master/docs/DEVELOPER.md
384384
[github]: https://github.com/angular/angular
385-
[gitter]: https://gitter.im/angular/angular
385+
[discord]: https://discord.gg/angular
386386
[individual-cla]: http://code.google.com/legal/individual-cla-v1.0.html
387387
[js-style-guide]: https://google.github.io/styleguide/jsguide.html
388388
[jsfiddle]: http://jsfiddle.net

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![CircleCI](https://circleci.com/gh/angular/angular/tree/master.svg?style=shield)](https://circleci.com/gh/angular/workflows/angular/tree/master)
2+
[![Discord](https://img.shields.io/discord/463752820026376202.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/angular)
23
[![Join the chat at https://gitter.im/angular/angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
34
[![npm version](https://badge.fury.io/js/%40angular%2Fcore.svg)](https://www.npmjs.com/@angular/core)
45

aio/content/navigation.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"title": "Component Lifecycle",
117117
"tooltip": "Angular calls lifecycle hook methods on directives and components as it creates, changes, and destroys them."
118118
},
119-
{
119+
{
120120
"url": "guide/view-encapsulation",
121121
"title": "View Encapsulation",
122122
"tooltip": "Describes how component CSS styles are encapsulated into a component's view."
@@ -1009,6 +1009,11 @@
10091009
"title": "Stack Overflow",
10101010
"tooltip": "Stack Overflow: where the community answers your technical Angular questions."
10111011
},
1012+
{
1013+
"url": "https://discord.gg/angular",
1014+
"title": "Join Discord",
1015+
"tooltip": "Join the discussions at Angular Community Discord server."
1016+
},
10121017
{
10131018
"url": "https://gitter.im/angular/angular",
10141019
"title": "Gitter",

0 commit comments

Comments
 (0)