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.