Thank you for your interest in contributing to the React Chrome Extension Boilerplate! Your help is greatly appreciated. Here are a few guidelines to ensure a smooth and effective collaboration:
- Before submitting an issue, please check the existing issues to see if it has already been reported.
- If you have a new feature idea, feel free to open a feature request issue. Please provide a clear and concise description of the feature and its potential benefits.
- If you'd like to contribute code, you can submit a pull request. Here's how:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
orbugfix/your-bug-name
. - Commit your changes:
git commit -m "Your detailed commit message"
. - Push the changes to your fork:
git push origin feature/your-feature-name
. - Open a pull request describing the changes you've made.
Please note that this project follows a Code of Conduct. By participating, you are expected to uphold this code. Be respectful and considerate in all interactions.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.
Let's work together to make this Chrome extension boilerplate even better!
Disclaimer: This project was created for the community, to address the lack of comprehensive resources for building Chrome extensions with React, Vite, TypeScript, and Tailwind CSS. It is not officially endorsed by any of the mentioned technologies or organizations.