Thank you for considering contributing to Qwik-Sonner! This library provides toast notifications for seamless user feedback.
To contribute, please follow these guidelines:
- Fork the Qwik-Sonner repository on GitHub.
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/qwik-sonner.git
- Create a new branch to work on. The branch name should briefly describe the changes you're making.
git checkout -b feature/your-change
- If you are making general changes, describe them in the branch name.
- If you are working on the website, add "website" after the verb in the branch name.
Example:
feature/update-readme
feature-website/add-new-feature
For commit messages, use Conventional Commits format. If you're making changes to the website, include the "website" scope.
For an optimal development experience, use the extensions provided in the .vscode
folder. Additionally, execute the Conventional Commits extension to follow the commit message conventions.
- Push your changes to your forked repository.
git push origin feature/your-change
- Create a Pull Request (PR) on the original Qwik-Sonner repository.
Make sure to include:
- A descriptive title for your PR.
- Details about the changes made.
- Any relevant context or motivation.
- Mention if a package version update is needed and explain the reasons.
If your changes require a package version update, clearly state it in the PR. Provide reasons and justifications for the version update.
Thank you for your contribution! 🚀