Hello! We are delighted that you want to contribute to this project. Your help is essential to keep it going. I invite you to give your ⭐
to the project!!
Please note that this project is published with a contributor . By participating in this project, you agree to abide by its terms.
- Fork and clone the repository
- Create a new branch:
git branch my-branch-name
- Make your change, add tests and make sure the tests still pass
- Push to your fork and submit a pull request
- Pat yourself on the back! and wait for your pull request to be reviewed and merged. 👍
Here are some things you can do to increase the likelihood that your pull request will be accepted:
- Follow the code style and quality standards.
- Write tests.
- Keep your change as focused as possible. If you want to make multiple changes that don't depend on each other, consider submitting them as separate pull requests.
- Write a nice commit message.