Contributing to SocialRepo
First off, thanks for taking the time to contribute!
All types of contributions are encouraged and valued. See the Table of Contents. We are looking forward to your contributions.
And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
- Star the project
- Tweet about it and make sure to mention the creator @Param3021.
- Refer this project in your project's readme
- Mention the project at local meetups and tell your friends/colleagues
Please adhere to the basic guidelines and Code of Conduct in Open Source Projects.
Kindly go through the Project Details to understand the project and what you can contribute.
git clone https://github.com/Param302/SocialRepo.git
git checkout -b <branch_name>
After doing the changes, setup the extension in your browser.
The extension will be added in your browser.
Now you can use the extension in your browser.
If you are facing any issue, feel free to open an issue in the repository.
Before you start contributing, make sure you have read the Project Details and understood the project requirements.
For coding contribution, make sure you have understood the Code Structure, read the Code Guidelines used in the project.
git clone https://github.com/Param302/SocialRepo.git
git checkout -b <branch_name>
git add .
git commit -m "Enter your message here"
git push origin <branch_name>
Once you are done with the changes you wanted to add make the Pull Request (PR) to main
branch of SocialRepo repository.
If you have any questions or need assistance, feel free to open a topic in discussions or reach out to the project maintainer for the support.
We appreciate all contributions to SocialRepo, whether they come in the form of code, documentation, bug reports, or feature requests. Thank you for helping to improve the project!
Happy coding!