Thanks for wanting to contribute. Please leave a star.
To contribute, follow the following guidelines,
- Fork the project into your github acccount
- Clone the forked repo to your computer
- Create a branch to add a new extension. Kindly create a branch name like so, add-nameofextension-yourfirstname for consistency
- Add a web extension to the list in the ReadMe
- Add a brief description of the extension
- Add a features heading, with the main and interesting features of the extension. Do this using a list.
- Add an availability heading to indicate on what browsers the extension can be found with a direct download link for each of those.
- Have an image ready which shows how the extension looks when in use and add it in using a link. The link text should be 'Here is how the extension looks'
- If you are using Visual Studio Code IDE, preview your changes and ensure it looks good
git status
to check the new changesgit add 'ReadMe.md'
which is the file that was updated 12.git pull origin master
to get all the new updates from the main repo. This ensures there are no merge conflictsgit commit -m "add name of extension"
.git push origin name-of-your-branch
- Refresh your forked copy of the repo and you should automatically see your changes reflected
- Open a pull request. Here is how your comparison should be. Compare from the new branch of your forked copy of the repo with the master branch of the original repo.
- I check that all the guidelines are followed and your PR gets merged
Do you have more ideas on how to make the project even better, send me a message