Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 1.26 KB

Contributing

TidyPlusPython is an open source project, and we welcome contributions of all kinds. By participating in this project, you agree to abide by our code of conduct, and agree to the potential redistribution of your code under our license.

How to contribute

Git flow

  1. Fork, then clone this repo. (How to fork)
  2. Make changes and commit your changes to your cloned master repository.
  3. Before sending a pull request, update your fork repository to the latest version of the original master repository, and resolve conflicts if occurred. For updating to the latest version of the original repository, please refer to the links below.
  4. Push your changes and submit a pull request to the original master repository.

Commit message

  • Frequent commits through your work process.
  • Please keep the commit messages clear, concise, and informative.

Attribution

This document is adapted from r-novice-inflammation