From c7f005c87b9f84ca549b910e3925a24375daa9f3 Mon Sep 17 00:00:00 2001 From: Andrea Telatin <15690844+telatin@users.noreply.github.com> Date: Mon, 20 Dec 2021 12:47:53 +0000 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..425e47c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,11 @@ +# Contributing to `bamtocov` + +## Pull Requests +If you wish to fix a bug or add new features to the software we welcome **Pull Requests**. +We use [GitHub Flow style development](https://guides.github.com/introduction/flow/). + +Please fork the repo, make the change, then submit a Pull Request against out master branch, with details about what the change is and what it fixes/adds. +We will then review your changes and merge them, or provide feedback on enhancements. + +## Issues +If you find bugs, or if you would like to make suggestions or feature requests, feel free to open an [issue](https://github.com/telatin/bamtocov/issues).