Skip to content

Commit c612bcf

Browse files
authored
Merge pull request #8005 from apollographql/remove-discord
Replace Discord with Discourse
2 parents b282942 + 70eecce commit c612bcf

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.changeset/tasty-cameras-wash.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@apollo/server': patch
3+
---
4+
5+
Remove Discord link from README.md and templates

.github/ISSUE_TEMPLATE/config.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: "GraphOS Discord Server"
4-
url: https://discord.com/invite/graphos
5-
about: >-
6-
Come join us in our GraphOS Discord server; our community and DevRel team
7-
are happy to answer any questions you might have.
83
- name: "Apollo Discourse Community"
94
url: https://community.apollographql.com/tag/server
105
about: >-

.github/workflows/lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
issue-comment: >
2222
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
2323
24-
For general questions, we recommend using [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-server) or our [discord server](https://discord.gg/graphos).
24+
For general questions, we recommend using our [Community Forum](https://community.apollographql.com/tag/server) or [Stack Overflow](https://stackoverflow.com/questions/tagged/apollo-server).
2525
pr-inactive-days: '30'

packages/server/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
[![npm version](https://badge.fury.io/js/%40apollo%2Fserver.svg)](https://badge.fury.io/js/%40apollo%2Fserver)
66
[![Build Status](https://circleci.com/gh/apollographql/apollo-server.svg?style=svg)](https://circleci.com/gh/apollographql/apollo-server)
77
[![Join the community](https://img.shields.io/discourse/status?label=Join%20the%20community&server=https%3A%2F%2Fcommunity.apollographql.com)](https://community.apollographql.com)
8-
[![Join our Discord server](https://img.shields.io/discord/1022972389463687228.svg?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/graphos)
98

109
---
1110

12-
**Announcement:**
11+
**Announcement:**
1312
Join 1000+ engineers at GraphQL Summit for talks, workshops, and office hours, Oct 8-10 in NYC. [Get your pass here ->](https://summit.graphql.com/?utm_campaign=github_federation_readme)
1413

1514
---

0 commit comments

Comments
 (0)