Skip to content

Commit

Permalink
Format ca03d54
Browse files Browse the repository at this point in the history
  • Loading branch information
prettifier[bot] authored Jan 29, 2020
1 parent ca03d54 commit e3cef62
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Contributing to Water Monitoring System

We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:

- Reporting a bug
Expand All @@ -8,22 +9,27 @@ We love your input! We want to make contributing to this project as easy and tra
- 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.

## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests

Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:

1. Fork the repo and create your branch from `master`.
2. Write clear meaningful git commit messages.
3. Always create PR to `develop` branch.
5. Make sure your code lints.
6. Issue that pull request!
4. Make sure your code lints.
5. Issue that pull request!

## Any contributions you make will be under the MIT Software License

In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://github.com/vinitshahdeo/Water-Monitoring-System/blob/master/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.

## Report bugs using Github's [issues](https://github.com/vinitshahdeo/Water-Monitoring-System/issues)

We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/vinitshahdeo/Water-Monitoring-System/issues/new); it's that easy!

## License

By contributing, you agree that your contributions will be licensed under its [MIT License](https://github.com/vinitshahdeo/Water-Monitoring-System/blob/master/LICENSE).

0 comments on commit e3cef62

Please sign in to comment.