diff options
author | bloodstalker <thabogre@gmail.com> | 2017-09-20 23:34:58 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-09-20 23:34:58 +0000 |
commit | e6c414d3346b02ce0b921b96b5f3854335e7ac90 (patch) | |
tree | dafb147faecda0b2de86e3b084599bf2a429f388 | |
parent | maintenance stuff (diff) | |
download | mutator-e6c414d3346b02ce0b921b96b5f3854335e7ac90.tar.gz mutator-e6c414d3346b02ce0b921b96b5f3854335e7ac90.zip |
added some stuff into contributions.md
-rw-r--r-- | Contributions.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Contributions.md b/Contributions.md index e69de29..5b4e8c9 100644 --- a/Contributions.md +++ b/Contributions.md @@ -0,0 +1,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/> |