Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 462 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 462 Bytes

How to contribute to cartaonline

First steps

Before sending your pr:

  • Clone the repo.
  • Create a new branch: git checkout -b my-branch main
  • Make your changes.
  • Please make a really nice and meaningful commit using "Conventional Commits".
  • Push your branch to GitHub: git push origin my-branch
  • Create the pull request

If you're not sure whether your PR is ready, open it as a draft to make it clear to the maintainer.