Thank you for your interest in contributing to Chrome-extension-Curious! We appreciate your help in making this extension even better. Below are guidelines on how you can contribute to the project.
To get started with contributing to Chrome-extension-Curious, follow these steps to install the extension on your system:
-
Fork the repository by clicking the "Fork" button at the top right of the repository page.
-
Clone your forked repository locally:
git clone https://github.com/your-username/[chrome-extension-repo].git
-
Create a folder for your Chrome extension ( If you want to make your own please raise the issue first )
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable Developer mode by toggling the switch in the top right corner.
-
Click on "Load unpacked" and select the folder where you cloned your forked repository.
-
The extension should now be installed in your Chrome browser.
If you encounter any bugs or unexpected behavior while using the extension, please open a new issue on the issue tracker with a detailed description. Include steps to reproduce the issue if possible.
If you have ideas for new features or improvements, you can submit a feature request on the issue tracker. Describe the proposed enhancement in detail.
We welcome pull requests for bug fixes, new features, or enhancements. To submit a pull request:
-
Create a new branch from
main
in your forked repository:git checkout -b feature-or-fix-branch main
-
Make your changes following the project's coding style and guidelines.
-
Test your changes thoroughly to ensure they work as expected.
-
Commit your changes and push them to your forked repository:
git add . git commit -m "Descriptive commit message" git push origin feature-or-fix-branch
-
Submit a pull request on the original repository, clearly describing the changes made and their purpose.
- Follow the coding style and conventions specified in the project's documentation.
- Provide clear commit messages and comments to explain changes.
- Ensure your code is properly formatted and documented.
Please note that Chrome-extension-Curious follows a Code of Conduct. By contributing to this project, you agree to adhere to its terms.
If you have any questions or need further assistance regarding contributing, feel free to contact us at gihub Discussions.
Thank you for your interest in contributing to Chrome-extension-Curious!