aboutsummaryrefslogblamecommitdiffstats
path: root/Contributions.md
blob: 51ea25a9dd15feeb7182fbbfe36b04a8126fd1a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                                                                                                                             



                                                                                  
## Contributions

For a list of available tasks please look at the open issues. I try to keep them up-to-date.<br/>

### Code Formatting
For code formatting, please use the clang-format file under `extra-tools`<br/>

### Write Tests
If you are adding a feature or functionality please also include the tests. all tests go into the test directory under ptoject root inside a folder with the same name as the executable they belong to.<br/>
The travis build is enabled for mutator forks so you can check your pull request's coverage and see whether you have decreased the coverage or not.<br/>

### Issues
For discussions regarding the implementations or feature requests or enhancements please use the repo's issues.<br/>

### Labels
We have quite a varied range of labels for issues. please use them.<br/>


### Contributers.md
Don't forget to add your name to the `Contributers.md` file in the repo root.<br/>