Thanks for checking out Apollo. In order to contribute, please check the general FIWARE development guidelines.
Your contributions should try to follow the google java coding guidelines. The structure of your code should fit the principles of Domain Driven Design and use the DI-mechanisms of Mirconaut. Be aware of the framework and make use of its functionalities wherever it makes sense. Additional tooling for code-generation is included in the project(lombok, openAPI-codegen, mapstruct) in order to reduce boiler-plate code.
Since this project uses automatic versioning, please apply one of the following labels to your pull request:
- patch - the PR contains a fix
- minor - the PR contains a new feature/improvement
- major - the PR contains a breaking change
The PRs enforce squash merge. Please provide a proper description on your squash, it will be used for release notes.
Please report vulnerabilities as bugs or email the authors.
If you find bug or searching for a new feature, please check the issues and pull requests first.
If your bug is not already mentioned, please create either a PR or a new issue. The issue should contain a brief description on the observed behaviour, your expectation and a description on how to reproduce it (bonus points if you provide a testcase for reproduction;).
Create an issue including a proper description for the new feature. You can also start with a PR right away, but it would be easier to align on the details before and save unnessary work if discussed before. Don't forget to add proper tests for any new feature.