Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 889 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 889 Bytes

Contributing

  • Please read the Code of Conduct before contributing to this project.
  • Please create github issues so that they can be linked to corresponding Pull Requests, especially for larger changes.
  • All code changes should have a new/edited test!

We do not intend to deviate from the GraphQL Specification in regards to the grammar or its structure. However, small differences in approach can be left for interpretation as long as the end goal is the same.

Formatting

Please import and use either the provided Eclipse Java style guide or the IntelliJ Java style guide into your project.

  • (IntelliJ) Preferences -> Code Style -> Click gear -> Import
  • (Eclipse) Preferences -> Java -> Code Style -> Formatter -> Import