Skip to content
Snippets Groups Projects
Commit c681fd2e authored by Fabien Combernous's avatar Fabien Combernous
Browse files

add Contributing guide and Licence file

parent 30401b58
No related branches found
No related tags found
1 merge request!12Resolve "Add Licence file"
Pipeline #93639 canceled
If you follow these contributing guidelines your patch
will likely be included into a release a little more quickly.
## Contributing
1. Fork the repo.
2. Create a separate branch for your change.
3. We only take merge requests with passing tests, and documentation. You can also execute them locally.
4. Checkout [Voxpupuli review docs](https://voxpupuli.org/docs/reviewing_pr/). We try to
use it to review a merge request and the [official styleguide](https://www.puppet.com/docs/puppet/7/style_guide.html).
They provide some guidance for new code that might help you before you submit a merge request.
5. Add a test for your change. Only refactoring and documentation
changes require no new tests. If you are adding functionality
or fixing a bug, please add a test.
6. Squash your commits down into logical components. Make sure to rebase
against our current master.
7. Push the branch to your fork and submit a merge request.
Please be prepared to repeat some of these steps as your code is reviewed.
A final word: thank you very much for contributing!
LICENSE 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment