Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.44 KB

CONTRIBUTING.md

File metadata and controls

43 lines (25 loc) · 1.44 KB

Contributing to CoronaInfo

Thanks for your interest in helping CoronaInfo

Getting Started

CoronaInfo's open issues are here In time, we'll tag issues that would make a good first pull request for new contributors. An easy way to get started helping the project is to create an issue. You can do that on the CoronaInfo's issues page by clicking on the green button at the right.

Issues can include bugs to fix, features to add, or documentation that looks outdated.

Contributions

CoronaInfo welcomes contributions from everyone.

Contributions to CoronaInfo should be made in the form of GitHub pull requests. Each pull request will be reviewed and either landed in the master tree or given feedback for changes that would be required.

Make sure you check the open issues.

Pull Request Checklist

  • Branch from the master branch and, if needed, rebase to the current master branch before submitting your pull request. If it doesn't merge cleanly with master you may be asked to rebase your changes.

  • Try to make small commits if possible, while ensuring that each commit is correct independently (i.e., each commit should compile and pass tests). It helps us to review that as well.

  • Don't put submodule updates in your pull request unless they are to landed commits.

Licence

All code in this repository is licensed under the MIT License.