Skip to content

Commit 32d0531

Browse files
authored
Merge pull request graphql#987 from graphql/browser-support
Update contributing guide to include browser support
2 parents d3a93fb + 390139a commit 32d0531

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ There are many ways to get involved. Follow this guide and feel free to [reach o
2020
- [Add a question to the FAQ](#add-a-question-to-the-faq)
2121
- [Write a new section or guide](#write-a-new-section-or-guide)
2222
- [Making changes to the code](#making-changes-to-the-code)
23+
- [Browser support](#browser-support)
2324
- [Contributing something else](#contributing-something-else)
2425
- [Asking questions](#asking-questions)
2526

@@ -138,6 +139,10 @@ Before diving into any code updates, please [open an issue](https://github.com/g
138139

139140
If you're working off an [existing issue](https://github.com/graphql/graphql.github.io/issues/), follow our [development guide](#development-guide) to make your changes. Once it's ready for review, please [open a pull request](https://github.com/graphql/graphql.github.io/pulls/) and reference the original issue.
140141

142+
### Browser support
143+
144+
We aim to support the latest stable versions of Chrome, Edge, Firefox, Safari, and Safari on mobile.
145+
141146
## Contributing something else
142147

143148
Interested in adding something not covered in this guide? Please [open an issue](https://github.com/graphql/graphql.github.io/issues/new) and tell us all about your idea.
@@ -146,4 +151,4 @@ Interested in adding something not covered in this guide? Please [open an issue]
146151

147152
If you run into any problems or have questions while contributing, you're always welcome to [open an issue](https://github.com/graphql/graphql.github.io/issues/new).
148153

149-
You can also ping our team in the [#website channel on the GraphQL Slack](https://graphql.slack.com/messages/website/). [Get your invite here!](https://graphql-slack.herokuapp.com/)
154+
You can also ping our team in the [#website channel on the GraphQL Slack](https://graphql.slack.com/messages/website/). [Get your invite here!](https://graphql-slack.herokuapp.com/)

0 commit comments

Comments
 (0)