Bump peaceiris/actions-gh-pages from 3 to 4
[ilo.git] / CONTRIBUTING.md
blobc1c1d366b2ef11e0c75e4ebd47cd1835beb773fd
1 <!--
2 SPDX-FileCopyrightText: The ilo Authors
3 SPDX-License-Identifier: 0BSD
4  -->
6 # Contributor Guide
8 Thank you so much for improving `ilo`!
9 Without a healthy community, any open source project is doomed.
11 ## How to become a contributor
13 Take a look at the [first timer](https://ilo.projects.metio.wtf/contributors/first-timer/) documentation.
15 ## Git Branching Model
17 The `main` branch always contains the latest public stable release.
19 ## Issue Management
21 We are using the issue tracker over at [GitHub](https://github.com/metio/ilo/issues/) to track issues.
23 ## Building the Project
25 Take a look at the [build](https://ilo.projects.metio.wtf/contributors/building/) documentation.
27 ## Release Process
29 Take a look at the [release](https://ilo.projects.metio.wtf/contributors/release/) documentation.