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

Docs/discussions_2_community branch changes #1858

Merged
merged 3 commits into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
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 .github/ISSUE_TEMPLATE/issue-template-question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Question
about: Please don't use issues to ask questions, use Discussions instead.
about: Please don't use issues to ask questions, use our forums instead.
labels: question
---

Expand All @@ -13,8 +13,8 @@ Before you ask, check a few things to see if there might already be an answer:
- We have [extensive documentation available](https://www.apollographql.com/docs/ios) (though we're always looking for ways to improve it!)


If neither of those have an answer for you, we've added a [Discussions instance](https://github.com/apollographql/apollo-ios/discussions) where our users can ask and answer questions - head on over there rather than opening an issue here please!
If neither of those have an answer for you, we have a [community forum](https://community.apollographql.com) where our users can ask and answer questions - head on over there rather than opening an issue here please!

## Seriously

Please use [Github Discussions](https://github.com/apollographql/apollo-ios/discussions) for questions 😇
Please use the [community forum](https://community.apollographql.com) for questions, please! 😇
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Excited about Apollo iOS and want to make it better? We’re excited too!

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 [Github Discussions!](https://github.com/apollographql/apollo-ios/discussions)!
Oh, and if you haven't already, stop by our [community forums!](https://community.apollographql.com)!

Here are some ways to contribute to the project, from easiest to most difficult:

Expand Down Expand Up @@ -35,7 +35,7 @@ Improving the documentation, examples, and other open source content can be the

### Responding to issues

In addition to reporting issues, a great way to contribute to Apollo 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. And don't forget to say "Hi" on our Github Discussions board!
In addition to reporting issues, a great way to contribute to Apollo 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. And don't forget to say "Hi" on our community forums!

### Small bug fixes

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial/tutorial-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome! This tutorial demonstrates adding the Apollo iOS SDK to an app to commu

The tutorial assumes that you're using a Mac with Xcode installed. It also assumes some prior experience with iOS development.

> If you encounter any issues during the tutorial, feel free to ask questions by either [opening an issue on our GitHub repo](https://github.com/apollographql/apollo-ios/issues) or [stopping by our Github Discussions for help](https://github.com/apollographql/apollo-ios/discussions).
> If you encounter any issues during the tutorial, feel free to ask questions by either [opening an issue on our GitHub repo](https://github.com/apollographql/apollo-ios/issues) or [stopping by our community forums for help](https://community.apollographql.com).

## What are you building?

Expand Down