Skip to content

Commit db55982

Browse files
committed
Add GitHub pull request template
1 parent 13e6b05 commit db55982

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Thank you for contributing to GraphQL-core!
2+
3+
If your pull-request is non-trivial, adds a feature or contains a non-breaking change,
4+
then please, first open an issue to discuss the proposed changes and add a link to it.
5+
6+
GraphQL-core tries very hard to stay within the scope of being just a Python port
7+
of [GraphQL.js](https://github.com/graphql/graphql-js).
8+
9+
Any additional feature or incompatible change will be only accepted in rare cases
10+
and require compelling reasons, because they aggravate maintenance and synchronization
11+
with the developments in the upstream project. So please discuss such changes upfront
12+
in an issue before sending a PR. Maybe there are other ways to solve the problem.
13+
14+
If possible, also add unit tests, or provide runnable example code as part of the
15+
accompanying issue, from which unit tests can be derived.

0 commit comments

Comments
 (0)