Note we have a code of conduct, please follow it in all your interactions with the project.
Ensure you've read through the documentation so you understand the core concepts and the working of the project.
- Search the issues to see if the bug has already been reported by someone else, and/or if it has been already fixed in the latest version.
- If you don't find anything, create a new issue with the following information:
- A clear and concise description of what the bug is.
- Steps to reproduce the bug.
- Expected behavior.
- Logs or screenshots (if applicable).
- Version of the action you're using.
- Any other information that you think might be useful.
- Fork the repository
- Create a new branch to work on:
git checkout -b <some-branch-name>
- Commit changes by using:
git commit -m 'feat: <short description about the feature>'
- Push branch to your fork:
git push origin <some-branch-name>
- Finally, create a pull request to the repository.
- Wait for the PR to be reviewed and merged by the maintainers.
- Congratulations! Your name will be shown on the README.md file 🎉