Skip to content

Latest commit

History

History
36 lines (22 loc) 路 2.23 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) 路 2.23 KB

Contribution to Coronavirus Tracker API

First off, thanks for taking the time to contribute! Every commit supports the open source ecosystem in case of COVID-19.

Testing

We have a handful of unit tests to cover most of functions. Please write new test cases for new code you create.

Submitting changes

  • If you're unable to find an open issue, open a new one. Be sure to include a title and clear description, as much relevant information as possible
  • Open a new GitHub Pull Request to coronavirus-tracker-api with a clear list of what you've done (read more about pull requests). Include the relevant issue number if applicable.
  • We will love you forever if you include unit tests. We can always use more test coverage
  • If you have updated Pipefile, you have to update Pipfile.lock, requirements.txt and requirements-dev.txt. See section Update requirements files.

Your First Code Contribution

Unsure where to begin contributing to coronavirus-tracker-api ? You can start by looking through these issues labels:

Styleguide

Please follow PEP8 guide. See Running Test, Linting and Formatting sections for further instructions to validate your change.

We encourage you to pitch in and join the Coronavirus Tracker API Team!

Thanks! 鉂わ笍 鉂わ笍 鉂わ笍

Coronavirus Tracker API Team