Thanks for your interest in helping CoronaInfo
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.
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.
-
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.
All code in this repository is licensed under the MIT License.