all repos — caroster @ dd61269df1312105abdf0be391ac513f9f0b27e5

[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 a GitHub 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 GitHub under [Issues](https://github.com/octree-gva/caroster/issues).
 8
 9- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/octree-gva/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 GitHub pull 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 intend to add a new feature or change an existing one?**
18
19- Suggest your proposal by creating a [new issue](https://github.com/octree-gva/caroster/issues/new).
20
21- When your proposal has been accepted by a maintainer, write your code then create a Pull Request linked to your issue.
22
23Caroster is a volunteer effort.
24
25Thanks! :heart:
26
27Caroster Team