Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Browser #1578

Merged
merged 4 commits into from
Jan 25, 2018
Merged

Browser #1578

Show file tree
Hide file tree
Changes from all 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
10 changes: 6 additions & 4 deletions .github/ISSUE_REPLY_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
To make things easier for you and for a maintiner or contributor to help out, here are a few useful resources!

### Contributing to Apollo

If this is your first time contributing to Apollo, one of our friendly bots will ask for you to sign the CLA. After that, take a look at the [contributor guide](https://github.com/apollographql/apollo-client/blob/master/CONTRIBUTING.md)!

### Creating a reproduction:
- You can create a reproduction using [this template](https://codesandbox.io/s/7361K9q6w) on codesandbox, or try it locally using [the apollo error template](https://github.com/apollographql/react-apollo-error-template)
- If you want to customize the schema to match the issue you are having, checkout [Apollo Launchpad](https://launchpad.graphql.com/new)
- If your issue is related to react-native, try using [Expo](https://snack.expo.io/)

* You can create a reproduction using [this template](https://codesandbox.io/s/7361K9q6w) on codesandbox, or try it locally using [the apollo error template](https://github.com/apollographql/react-apollo-error-template)
* If you want to customize the schema to match the issue you are having, checkout [Apollo Launchpad](https://launchpad.graphql.com/new)
* If your issue is related to react-native, try using [Expo](https://snack.expo.io/)

### Guides and Documentation
The issue you are having (or the feature you are requesting) may already be fixed! To find the latest information about how to use Apollo, check out the [documentation](http://dev.apollodata.com/) and see the latest entry from [the blog](https://dev-blog.apollodata.com)

The issue you are having (or the feature you are requesting) may already be fixed! To find the latest information about how to use Apollo, check out the [documentation](http://dev.apollodata.com/) and see the latest entry from [the blog](https://dev-blog.apollodata.com)

Thank you again for helping to improve React Apollo!
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@
-->

**Intended outcome:**

<!--
What you were trying to accomplish when the bug occurred, and as much code as possible related to the source of the problem.
-->

**Actual outcome:**

<!--
A description of what actually happened, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. Please avoid non-specific phrases like “didn’t work” or “broke”.
-->

**How to reproduce the issue:**

<!--
If possible, please create a reproduction using https://github.com/apollographql/react-apollo-error-template and link to it here. If you prefer an in-browser way to create reproduction, try https://codesandbox.io/s/7361K9q6w

Instructions for how the issue can be reproduced by a maintainer or contributor. Be as specific as possible, and only mention what is necessary to reproduce the bug. If possible, try to isolate the exact circumstances in which the bug occurs and avoid speculation over what the cause might be.
-->

**Version**
- apollo-client@<version number>
- react-apollo@<version number>

* apollo-client@<version number>
* react-apollo@<version number>
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

### Checklist:

- [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
- [ ] Make sure all of the significant new logic is covered by tests
- [ ] If this was a change that affects the external API used in GitHunt-React, update GitHunt-React and post a link to the PR in the discussion.
* [ ] If this PR is a new feature, please reference an issue where a consensus about the design was reached (not necessary for small changes)
* [ ] Make sure all of the significant new logic is covered by tests
* [ ] If this was a change that affects the external API used in GitHunt-React, update GitHunt-React and post a link to the PR in the discussion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ npm
# don't track package-lock but allow contributors to use it for local dev
package-lock.json


.vscode
14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/launchReactNative.js

This file was deleted.

25 changes: 0 additions & 25 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/spell.json

This file was deleted.

Loading