Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Add devel branch instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
flokoe committed Aug 10, 2020
1 parent 56ea8c4 commit dd4ab0f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Before starting your work on this module, you should [fork the project] to your
freely experiment with your changes. When your changes are complete, submit a [pull request]. All pull requests will be
reviewed and merged if they suit some general guidelines:

* Changes are located in a topic branch
* For new functionality, proper tests are written
* Changes should not solve certain problems on special environments
* Your change does not handle third party software for which dedicated Ansible role exist, such as creating databases, installing webserver etc.
- Changes are located in a topic branch
- For new functionality, proper tests are written
- Changes should not solve certain problems on special environments
- Your change does not handle third party software for which dedicated Ansible role exist, such as creating databases, installing webserver etc.

Only use `devel` branch for your pull requests, as the master/main branch should only contain working, tagged releases.

Furthermore, please take care to maintain the existing coding style.

Expand Down

0 comments on commit dd4ab0f

Please sign in to comment.