diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..5941408efcc102216d69333e538b508d0f3c1fac --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing to SimCAQ API + +## Before you get started + +### Code of Conduct + +By participating of this project you are expected to hold the [Code of Conduct](https://gitlab.c3sl.ufpr.br/simcaq/simcaq-node/blob/development/CODE_OF_CONDUCT.md). + +## How Can I Contribute? + +### Reporting Bugs +Bugs are reported and tracked at simcaq/SCRUM repository. As you determinate which repository your bug is related to, create an issue and label it with the appropriate tags. + +## Branch structure + +* **master**: protected branch and contains the stable version +* **development**: default branch +* **issue/??**: issue branch - a branch created to solve a issue +* **feature_????**: feature branch - a branch created to add a feature \ No newline at end of file