Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ojullien authored Aug 1, 2019
1 parent b74dfc4 commit c9d8e11
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`.
Expand All @@ -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:
Expand All @@ -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).

0 comments on commit c9d8e11

Please sign in to comment.