Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.12 KB

CONTRIBUTING.md

File metadata and controls

38 lines (27 loc) · 2.12 KB

Contribution guidelines

Thank you for your interest in contributing to the Axon Bill of Materials. To make sure using Axon is a smooth experience for everybody, we've set up a number of guidelines to follow.

There are different ways in which you can contribute to the BOM:

  1. You can report any bugs, feature requests or ideas about our issues page. All ideas are welcome. Please be as exact as possible when reporting bugs. This will help us reproduce and thus solve the problem faster.
  2. If you have created a component for your own application that you think might be useful to include in the BOM, send us a pull request (or patch / zip containing the source code). We will evaluate it and try to fit it in the BOM. Please make sure code is properly documented. This helps us to understand what is going on.
  3. If you know of any other way you think you can help us, do not hesitate to send a message to the AxonIQ's discussion platform.

Code contributions

If you're contributing code, please take care of the following:

Contributor Licence Agreement

To keep everyone out of trouble (both you and us), we require that all contributors (digitally) sign a Contributor License Agreement. Basically, the agreement says that we may freely use the code you contribute to the Axon Bill of Materials, and that we won't hold you liable for any unfortunate side effects that the code may cause.

To sign the CLA, visit: https://cla-assistant.io/AxonFramework/axon-bom.

Code style

We're trying very hard to maintain a consistent style of coding throughout the code base. Think of things like indenting using 4 spaces, putting opening brackets (the '{') on the same line and putting proper Javadoc on all non-private members.

If you're using IntelliJ IDEA, you can download the code style definition here. Simply import the XML file in under "Settings -> Code Style -> Scheme -> Import Scheme". Doing so should make the code style selectable immediately.