You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because maintainer time is limited, we prioritize contributions that come with a proposed fix. If you open an issue, please consider also opening a PR. We’re happy to guide you.
6
+
7
+
## Ways to help
8
+
- Report bugs with a minimal reproduction (see issue template)
9
+
- Improve documentation and examples
10
+
- Add tests for uncovered areas
11
+
- Small refactors and build improvements
12
+
13
+
## Coding guidelines
14
+
- Follow existing style and conventions
15
+
- Include unit tests for new behavior
16
+
- Keep public API changes minimal; discuss major changes first in an issue
17
+
18
+
## PR process
19
+
1. Open an issue or draft PR to discuss non-trivial changes
20
+
2. Keep PRs small and focused
21
+
3. Ensure tests are passing
22
+
4. One maintainer approval is typically sufficient; we run monthly triage
23
+
24
+
## Commit messages
25
+
- Clear and concise; reference issues like: “Fix: X (#123)”
[GraphQL-Java](https://github.com/graphql-java/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based
7
-
syntax for GraphQL schema definition.
6
+
[GraphQL-Java](https://github.com/graphql-java/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based syntax for GraphQL schema definition.
8
7
9
8
If you would like to use a tool that creates a graphql spring boot server using graphql-java-annotations, you can view the [graphql-spring-annotations](https://github.com/yarinvak/graphql-spring-annotations) library.
10
9
@@ -29,6 +28,7 @@ If you would like to use a tool that creates a graphql spring boot server using
0 commit comments