Thank you for considering contributing to the FocusBlocker Chrome extension! Your contributions help make this extension more effective and user-friendly.
Before you start contributing, please make sure you have the latest version of the extension installed. You can find installation instructions in the README.
- Download the extension files
Clone the repository:
git clone https://github.com/pritipsingh/The-Productive-Champion.git
-
Do :
cd The-Productive-Champion cd my-extension yarn install yarn build
-
Open Google Chrome and go to
chrome://extensions/
. -
Enable "Developer mode" at the top-right corner.
-
Click on "Load unpacked" and select the folder containing the extension files.
(Note: it's the build folder)
If you encounter any bugs or unexpected behavior, please open an issue on the GitHub repository. When reporting a bug, provide detailed information about the issue, including steps to reproduce it, expected behavior, and your operating system and browser version.
If you have ideas for new features or improvements, feel free to open an issue with your suggestions. Be clear about the problem or enhancement you're addressing and any relevant context.
-
Fork the repository.
-
Clone your fork to your local machine:
git clone https://github.com/your-username/The-Productive-Champion.git
-
Change to the repository directory on your computer (if you are not already there):
cd The-Productive-Champion
-
Create a new branch for your changes:
git checkout -b feature/new-feature
-
Add/Update all the changes:
git add .
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes to your fork:
git push origin feature/new-feature
-
Open a pull request on the GitHub repository.
-
Your pull request will be reviewed by the maintainers, and any necessary feedback will be provided.
This project is licensed under the MIT License.
Thank you for your contribution! 🚀