fix links
[reguloj.git] / CONTRIBUTING.md
blob3061d1e6cd473d620452e97a8cbfd1321386ee0c
1 # Contributor Guide
3 Thank you so much for improving `reguloj`!
4 Without a healthy community, any open source project is doomed.
6 ## Git Branching Model
8 The `main` branch always contains the latest public stable release.
10 ## Issue Management
12 We are using the issue tracker over at [GitHub](https://github.com/metio/reguloj/issues/) to track issues.
14 ## Building the Project
16 Execute the following to build the project locally:
18 ```shell
19 $ mvn verify
20 ```
22 ## Release Process
24 The release process is highly automated. It checks every week for changes in the `src/main/java` folder and creates a new timestamped release in case there were any changes.