File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments