Skip to content

Commit b666f75

Browse files
authored
Simplify issue template
1 parent f212ae5 commit b666f75

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Open a GraphQL-core issue
3+
about: General template for all GraphQL-core 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 3
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+
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).
19+
20+
# Reporting issues with GraphQL-core 2
21+
22+
Please use the issue tracker of the [legacy repository](https://github.com/graphql-python/graphql-core-legacy) for issues with legacy versions of GraphQL-core.
23+
24+
# Feature requests
25+
26+
GraphQL-core is a Python port of the [GraphQL.js](https://github.com/graphql/graphql-js) reference implementation of the [GraphQL specification](https://github.com/graphql/graphql-spec). To discuss new features which are not Python specific, please open an issue against the GraphQL.js project. To discuss features that fundamentally change the way GraphQL works, open an issue against the specification.

0 commit comments

Comments
 (0)