We're excited to have you here! This project is beginner-friendly, and we encourage you to contribute by opening your first pull request.
- Click on the "Fork" button at the top right corner of this repository page. This will create a copy of the repository in your GitHub account.
- git clone https://github.com/NexusNimbus/yourFirstPull.git
- cd yourFistPull
git checkout -b your-feature-branch
Now, you can make changes to the code or add new files. Don't forget to follow any contribution guidelines mentioned in the repository.
git add . git commit -m "Add a brief description of your changes"
git push origin your-feature-branch
I think a Assigning a good task to you will make you more better tounderstand How Github Flow Works.
This Is a simple Task to all the beginners who Wants to get into Our YourFirstPull Project. This is how you can do it :
- Fork Our Repo as it is mentioned in our Readme file .
- Then go to the 'Contributors.md'
- there You Fill Found Lots of Contributors You have to add your Name there
- YOu name must not be in the Starting of the file .
- Below is a code snippet for reference as to what has to ADDED in the file. Inside the
<b> </b>
tag you have to put your name, in the<href >
tag, you have to place your github profile URL. And lastly you have to place your github profile photo url inside thesrc
tag.<td align="center"> <a href="https://github.com/CodeYard01"> <img src="https://github.com/CodeYard01.png" width="100px;" alt="Kartikey Saran"/> <br /> <sub><b>Kartikey Saran</b></sub> </a> </td> <td align="center"> <a href="https://github.com/sudo-anshul"> <img src="https://github.com/sudo-anshul.png" width="100px;" alt="Anshul Kushwaha"/> <br /> <sub><b>Anshul Kushwaha</b></sub> </a> </td>
Visit your forked repository on GitHub. You should see a notification banner that allows you to "Compare & pull request." Click on it. Review your changes and add a title and description for your pull request. Click on the "Create pull request" button.
Congratulations! You've opened your first pull request.
After Adding your name in contributors list, you can also add your first Easy Programming Projects To here. You Can Find Our Projects in Projects Folder of this Repo Where Are Various Projects From our contributors YOu can also add yours in that Folder Just By Sending a Pull Request To Us. It is not mandatory But it will give You More Programming knowledge with Zero Cost.
Please note that this project follows a Code of Conduct. Be sure to read and adhere to it in all your interactions with the community. Contributors
We appreciate all contributions! Check out the list of contributors who have helped make this project better. Need Help?
If you have any questions or need assistance, feel free to open an issue or join our community chat.
Happy coding! 🚀