In this repository, please consider sharing your projects that you believe can benefit others.🚀
👩💻 A month-long celebration of open-source projects, their maintainers, and the entire community of contributors.
👩💻 Contribute to our repositories and gain exposure to Open Source.
🖱️ You Help Others Through The Open-Source Community
🖱️ Excel Project Quality
🖱️ Learn and Experience
🖱️ Make yourself FLEXIBE & AGILE
🖱️ Cost-effective
1️⃣ Find an issue that you would like to resolve or a feature that you would want to add
2️⃣ Fork the repository by clicking Fork in the top-right corner of the page.
3️⃣ Clone the repository
git clone https://github.com/github-<repousername>/repository-<reponame>.git.
4️⃣ Create a new branch for yor changes
git checkout -b <branch-name>
5️⃣ Make all the changes in your code
6️⃣ Add & Commit all the changes you have made in your code
git add .
git commit -m "<write some message about the made changes!>"
7️⃣ Push all the changes to remote repository
git push origin <branch-name>
8️⃣ Send a Pull Request
9️⃣ Confirm that the branch in the base: drop-down menu is the branch where you want to merge your changes. Confirm that the branch in the compare: drop-down menu is the topic branch where you made your changes.
🔟Give a description for your Pull Request
We have adopted the code of conduct that we expect our participants to adhere to. Please reaad the full document to understand that what all actions will & will not be tolerated
To help you get your feet wet & get you familiar with our contribution process, we have a list of good first issues that contains bugs with relatively limited scope. This is great place to start!