Project-Guidance Contains amazing projects written in multiple programming languages. Here you can easily find beginner to advance level projects. The main reason behind creating this repository is so that people can find their projects all at one place with the source code. Most of the programmer (beginner π°) are unable to find the project so we took the initiative to help them . Consider this repository as your personal space to find or add any new project to this repository . Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving suggestions. ππ
Please read our Code of Conduct .
We're accepting PRs for our open and unassigned issuesπ. Please check CONTRIBUTING.mdβ¨. We'd love your contributions! Kindly follow the steps below to get started:
0. Star this repository.
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/<your-github-username>/Project-Guidance
3. Navigate to the project directory.
cd Project-Guidance
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make changes.
6. Stage your changes and commit
git add -A
git commit -m "<your_commit_message>"
7. Push your local commits to the remote repo.
git push -u origin <your_branch_name>
8. Create a PR to develop
!
9. Congratulations! π Sit and relax, you've made your contribution to Project-Guidance. βοΈ β€οΈ π₯
π π π Happy Contributing π π π