all repos — caroster @ v5.5

[Octree] Group carpool to your event https://caroster.io

CONTRIBUTING.md (view raw)

 1## How to contribute to Caroster
 2
 3#### **Did you find a bug?**
 4
 5- **Do not open up an issue if the bug is a security vulnerability**, and instead to send an email to caroster@octree.ch.
 6
 7- **Ensure the bug was not already reported** by searching on GitLab under [Issues](https://git.octree.ch/p/caroster/-/issues).
 8
 9- If you're unable to find an open issue addressing the problem, [open a new one](https://git.octree.ch/p/caroster/-/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring.
10
11#### **Did you write a patch that fixes a bug?**
12
13- Open a new GitLab merge request with the patch.
14
15- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
16
17#### **Do you want to translate Caroster?**
18
19- Go to [the weblate project](https://translate.codeberg.org/projects/caroster/web-app/).
20
21- Read and accept the contributor agreement.
22
23- Refer to [Weblate documentation](https://docs.weblate.org/en/latest/user/translating.html) to learn how to use Weblate.
24
25#### **Do you intend to add a new feature or change an existing one?**
26
27- Suggest your proposal by creating a [new issue](https://git.octree.ch/p/caroster/-/issues/new).
28
29- When your proposal has been accepted by a maintainer, write your code then create a Pull Request linked to your issue.
30
31Caroster is a volunteer effort.
32
33Thanks! :heart:
34
35Caroster Team