8000 update CONTRIBUTING.md (#2512) · graphql-java/graphql-java@bce9f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit bce9f2e

Browse files
authored
update CONTRIBUTING.md (#2512)
1 parent 68c01ec commit bce9f2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md< CCF5 /h3>

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ In order to achieve that we have a strong focus on maintainability and high test
1111

1212
- We expect new or modified unit test for every change (written in [Spock](http://spockframework.org/)).
1313

14-
- Your code should be formatted with our IntelliJ [graphql-java-code-style](graphql-java-code-style.xml).
14+
- Your code should be formatted with our IntelliJ [graphql-java-code-style](graphql-java-code-style.xml).
1515

16-
- We don't add a new dependency to graphql-java: dependency conflicts will make adaption of graphql-java harder for users,
16+
- We don't add a new dependency to graphql-java: dependency conflicts will make adaption of graphql-java harder for users,
1717
therefore we avoid adding any new dependency.
1818

1919
- graphql-java has a strict focus on executing a GraphQL request, this means JSON parsing, http communication, databases
2020
access etc is out of scope.
2121

2222

23-
If you have any question please consider asking in our spectrum chat https://spectrum.chat/graphql-java. For bug reports or specific code related topics create a new issue.
23+
If you have any question please consider asking in our [Discussions](https://github.com/graphql-java/graphql-java/discussions). For bug reports or specific code related topics create a new issue.
24+
25+
Thanks!
2426

25-
Thanks!
26-
2727

0 commit comments

Comments
 (0)
0