Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

31 lines (18 loc) · 1 KB

Contribute

All contributions are welcome: bug fixes, new feats, proposals, data contributions, and recommendations.

Please watch the issues before you submit a pull request.

To contribute to this repository:

git clone git@github.com:<YOUR_USERNAME>/thepixardb.git
  • Create a new branch with a descriptive name, using the prefix pattern (feat, fix, doc, refactor).
git checkout -b feat/my_new_branch
  • Write some code, fix something, and add a test to prove that it works. No pull request will be accepted without tests passing, or without new tests if new features are added.

  • Commit your code and push it to GitHub

  • Open a new pull request and describe the changes you have made.

  • We'll accept your changes after review.

😄 That's it.