Skip to content

for newbie to create thier first pull request

License

Notifications You must be signed in to change notification settings

kartikeyasaran/yourFirstPull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the YourFirstPull Repository!

We're excited to have you here! This project is beginner-friendly, and we encourage you to contribute by opening your first pull request.

Getting Started

Fork the Repository

  1. 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.

Clone the Repository

  1. git clone https://github.com/NexusNimbus/yourFirstPull.git
  2. cd yourFistPull

Create a New Branch

git checkout -b your-feature-branch

Make Changes

Now, you can make changes to the code or add new files. Don't forget to follow any contribution guidelines mentioned in the repository.

Commit Changes

git add . git commit -m "Add a brief description of your changes"

Push Changes

git push origin your-feature-branch

A Simple Task To Add You in our Contributors List

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 :

  1. Fork Our Repo as it is mentioned in our Readme file .
  2. Then go to the 'Contributors.md'
  3. there You Fill Found Lots of Contributors You have to add your Name there
  4. YOu name must not be in the Starting of the file .
  5. 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 the src 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>
    

Create a Pull Request :

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.

Our Other Projects By Contributoers

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.

Code of Conduct

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! 🚀

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.8%
  • Java 35.0%
  • Shell 19.2%