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:
-
Download the project using git clone:
git clone [email protected]:<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.