Skip to content

Commit ee04142

Browse files
authored
Create issue template
1 parent f720760 commit ee04142

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Open a GraphQL-core legacy issue
3+
about: General template for all GraphQL-core legacy issues
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Questions regarding how to use GraphQL
11+
12+
If you have a question on how to use GraphQL, please [post it to Stack Overflow](https://stackoverflow.com/questions/ask?tags=graphql) with the tag [#graphql](https://stackoverflow.com/questions/tagged/graphql).
13+
14+
# Reporting issues with GraphQL-core 2 (legacy version)
15+
16+
Before filing a new issue, make sure an issue for your problem doesn't already exist and that this is not an issue that should be filed against a different repository (see below).
17+
18+
Please note that GraphQL-core 2 is not under active development any more, therefore we only accept bug reports or requests for minor changes that do not break compatibility. Please do not suggest new features or anything that requires greater changes. These can be suggested in the issue tracker of the current version (see below), or as a GraphQL.js or GraphQL specification issue.
19+
20+
The best way to get a bug fixed is to provide a _pull request_ with a simplified failing test case (or better yet, include a fix).
21+
22+
# Reporting issues with GraphQL-core 3 (current version)
23+
24+
Please use the issue tracker of the [current repository](https://github.com/graphql-python/graphql-core) for issues with current versions of GraphQL-core.

0 commit comments

Comments
 (0)