Thank you for your interest in contributing! 🎉
- Fork the repository and create your branch from
main. - Clone your fork locally and make your changes.
- Test your changes thoroughly.
- Open a Pull Request with a clear description of your changes and why they are needed.
- Link related issues in your PR description if applicable.
- Be respectful and follow the Code of Conduct.
- Search to see if your issue is already reported.
- If not, open a new issue with a clear title and description.
- Include screenshots or reproduction steps if possible.
- The PR is from a feature branch (not
main). - The code is well-formatted and linted.
- All tests (if any) pass.
- The PR description explains the change clearly.
- The PR references any related issues (e.g.,
Closes #123).
- Use Prettier and ESLint for formatting and linting.
- Use descriptive variable and function names.
- Keep components small and focused.
- Write clear, concise comments where necessary.
- Be kind and inclusive.
- Help others and ask for help when needed.
- Respect different perspectives and backgrounds.
By contributing, you agree that your contributions will be licensed under the MIT License.