From 064a9abcf7e85548b4ccd59f5c6b62b6dead3bcd Mon Sep 17 00:00:00 2001 From: Ghiordy Date: Fri, 19 Apr 2019 11:55:59 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..601d189 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,22 @@ +# Contributing + +When contributing to this repository, please first discuss the change you wish to make via issue, +email, or any other method with the owners of this repository before making a change. + +Please note we have a code of conduct, please follow it in all your interactions with the project. + +## Pull Request Process + +1. Ensure any install or build dependencies are removed before the end of the layer when doing a + build. +2. Create a new branch with a keyword of your contribution or main issue. +3. Update the README.md with details of changes to the new features or fixed settings done. +4. Commit your additions and deletions, or new files to the branch created previously. +5. When the changes are stable and run effectively, make a pull request to master branch. + +## Review of pull request + +Pull request will be check by three main authors who are linked in +[REAMDE.md](https://github.com/miguel5612/MQSensorsLib/README.md) and they determine to merge to +master branch. Later than assessment and debbuging procedures was completed, the contribution +will be released.