Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Discord with Discourse #560

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Excited about the Apollo iOS ecosystem and want to make it better? We’re excit

Apollo is a community of developers just like you, striving to create the best tools and libraries around GraphQL. We welcome anyone who wants to contribute or provide constructive feedback, no matter your age or level of experience. If you want to help but don't know where to start, let us know, and we'll find something for you.

Oh, and if you haven't already, stop by our [Discord server](https://discord.gg/graphos) and [community forums](https://community.apollographql.com)!
Oh, and if you haven't already, stop by our [community forums](https://community.apollographql.com)!
Meschreiber marked this conversation as resolved.
Show resolved Hide resolved

## Overview

Expand Down Expand Up @@ -106,7 +106,7 @@ At Apollo, we consider the security of our projects a top priority. No matter ho

### Responding to issues

In addition to reporting issues, a great way to contribute to Apollo iOS is to respond to other peoples' issues and try to identify the problem or help them work around it. If you’re interested in taking a more active role in this process, please go ahead and respond to issues. Don't forget to say "Hi" on our [community forums](https://community.apollographql.com/tag/mobile) and [Discord server](https://discord.com/invite/graphos)!
In addition to reporting issues, a great way to contribute to Apollo iOS is to respond to other peoples' issues and try to identify the problem or help them work around it. If you’re interested in taking a more active role in this process, please go ahead and respond to issues. Don't forget to say "Hi" on our [community forums](https://community.apollographql.com/tag/mobile)!
Meschreiber marked this conversation as resolved.
Show resolved Hide resolved

### Suggesting features

Expand All @@ -124,4 +124,4 @@ By contributing to the Apollo iOS Ecosystem you agree that your contributions wi

- [apollo-ios license](https://github.com/apollographql/apollo-ios/blob/main/LICENSE)
- [apollo-ios-codegen license](https://github.com/apollographql/apollo-ios-codegen/blob/main/LICENSE)
- [apollo-ios-dev license](https://github.com/apollographql/apollo-ios-dev/blob/main/LICENSE)
- [apollo-ios-dev license](https://github.com/apollographql/apollo-ios-dev/blob/main/LICENSE)
1 change: 0 additions & 1 deletion apollo-ios/.github/ISSUE_TEMPLATE/question.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body:
- [Documentation](https://www.apollographql.com/docs/ios)
- [GitHub issues](https://github.com/apollographql/apollo-ios/issues)
- [StackOverflow](https://stackoverflow.com/questions/tagged/apollo-ios)
- [GraphOS Discord](https://discord.com/invite/graphos)
- [Community forums](https://community.apollographql.com/tag/mobile)

Please avoid duplicating issues and discussions. If you'd like a GitHub issue to be reopened, leave a message on the issue.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ There are way more things you can do with the Apollo iOS SDK, and the rest of th
- Working with [custom scalars](/ios/custom-scalars)
- [Caching](/ios/caching/introduction)

Feel free to ask questions by either [joining our Discord server](https://discord.gg/GraphOS) or [joining the Apollo GraphQL Forum](http://community.apollographql.com/new-topic?category=Help&tags=mobile,client).
Feel free to ask questions by [joining the Apollo GraphQL Forum](http://community.apollographql.com/new-topic?category=Help&tags=mobile,client).
Meschreiber marked this conversation as resolved.
Show resolved Hide resolved
Loading