Skip to content

Commit 4a63f97

Browse files
committed
Remove line breaks from pull request template
1 parent db55982 commit 4a63f97

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
Thank you for contributing to GraphQL-core!
22

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.
3+
If your pull-request is non-trivial, adds a feature or contains a non-breaking change, then please, first open an issue to discuss the proposed changes and add a link to that issue.
54

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).
5+
GraphQL-core tries very hard to stay within the scope of being just a Python port of [GraphQL.js](https://github.com/graphql/graphql-js).
86

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.
7+
Any additional feature or incompatible change will be only accepted in rare cases and requires a compelling reason, because they aggravate maintenance and synchronization with the developments in the upstream project. So please discuss such changes upfront in an issue before sending a PR. Maybe there are other ways to solve the problem.
138

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.
9+
If possible, also add unit tests, or provide runnable example code as part of the accompanying issue, from which unit tests can be derived.

0 commit comments

Comments
 (0)