diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b49806c..ee93b7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,8 @@ # Contributing + Thanks you for taking the time to contribute! Please fork the repository and make changes as you'd like. -As we use these scripts for our own projects, it contains only the features we need. But, we want to make contributing to this project as easy and transparent as possible, whether it's: +As we use these scripts for our own projects, they contain only the features we need. But, we want to make contributing to this project as easy and transparent as possible, whether it's: - Reporting a bug - Discussing the current state of the code @@ -10,9 +11,11 @@ As we use these scripts for our own projects, it contains only the features we n - Becoming a maintainer ## We develop with GitHub + We use github to host code, to track issues and feature requests, as well as accept pull requests. ## If you have any ideas + Pull requests are the best way to propose changes to the codebase. There are warmly welcome. 1. Fork the repo and create your branch from `master`. @@ -23,6 +26,7 @@ Pull requests are the best way to propose changes to the codebase. There are war 6. Issue that pull request! ## Bug and fix + If you encounter any **bugs**, please open an [issue](https://github.com/ojullien/bash-updatesystem/issues/new). **Great Bug Reports** tend to have: @@ -36,4 +40,5 @@ If you encounter any **bugs**, please open an [issue](https://github.com/ojullie - Notes (possibly including why you think this might be happening, or stuff you tried that didn't work) ## License -By contributing, you agree that your contributions will be licensed under its MIT License. + +By contributing, you agree that your contributions will be licensed under its [MIT License](LICENCE).