Skip to content

Commit c0abffb

Browse files
authored
Create a default issue template
1 parent edb5d19 commit c0abffb

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: GraphQL-core issue template
3+
about: Template for all GraphQL-core issues
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
# Questions regarding how to use GraphQL
11+
12+
We want to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track bugs and features that affect development.
13+
14+
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).
15+
16+
Please do not post general questions directly as GitHub issues. They may sit for weeks unanswered, or may be spontaneously closed without answer.
17+
18+
# Reporting issues with GraphQL-core 3
19+
20+
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).
21+
22+
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).
23+
24+
# Reporting issues with GraphQL-core 2
25+
26+
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.
27+
28+
# Feature requests
29+
30+
GraphQL-core is a Python port or 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)