Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 2.31 KB

CONTRIBUTION.md

File metadata and controls

84 lines (49 loc) · 2.31 KB

Contributing to FocusBlocker Chrome Extension

Thank you for considering contributing to the FocusBlocker Chrome extension! Your contributions help make this extension more effective and user-friendly.

Getting Started

Before you start contributing, please make sure you have the latest version of the extension installed. You can find installation instructions in the README.

How Can I Contribute?

Installation

  1. Download the extension files

    or

Clone the repository:

git clone https://github.com/pritipsingh/The-Productive-Champion.git

  1. Do :

    cd The-Productive-Champion
    cd my-extension
    yarn install
    yarn build
    
  2. Open Google Chrome and go to chrome://extensions/.

  3. Enable "Developer mode" at the top-right corner.

  4. Click on "Load unpacked" and select the folder containing the extension files.

    (Note: it's the build folder)

Reporting Bugs

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.

Suggesting Enhancements

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.

Code Contributions

  1. Fork the repository.

  2. Clone your fork to your local machine:

    git clone https://github.com/your-username/The-Productive-Champion.git
    
  3. Change to the repository directory on your computer (if you are not already there):

    cd The-Productive-Champion
    
    
  4. Create a new branch for your changes:

    git checkout -b feature/new-feature
    
    
  5. Add/Update all the changes:

    git add .
    
    
  6. Make your changes and commit them:

    git commit -m "Add new feature"
    
    
  7. Push your changes to your fork:

    git push origin feature/new-feature
    
    
  8. Open a pull request on the GitHub repository.

  9. Your pull request will be reviewed by the maintainers, and any necessary feedback will be provided.

License

This project is licensed under the MIT License.

Thank you for your contribution! 🚀