Skip to content

altruistcoder/hacktoberfest-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make your First Pull Request!

This is a repository meant for the purpose of assisting people in making their first pull request on Github. Anyone can contribute to this repository by adding any useful information as you find relevant about you to be shared among others. You can write about your skills, projects, achievements, etc. or share your profile links on various different social platforms. This will also help in making a great network of programmers, coders and learners.

Follow the instructions given below to be a part of this.

Instructions

  1. Fork this Repository.

  2. Clone the forked repository and get the source code on your pc via Git using the following command.

git clone https://github.com/<your-github-username>/Make-Pull-Requests
  1. Create a new branch and checkout into that branch to make & add your changes in the new branch.
git checkout -b <new-branch-name>
  1. Perform any of the tasks given below to make your contributions. You can also perform both of the tasks separately if you want to make two PRs.

  2. Now, Add, Commit and Push your changes into github by running the following commands in sequential order.

git add .

git commit -m "Added My Details"

git push origin <your-branch-name>.
  1. Create a Pull Request and wait for the pull request to get merged into the main repository.

  2. Voila! You have done your first pull request and your first contribution on github.

You can learn about Markdown Syntax here.

Tasks

1. Add your Name

  • Append your name along with the link for your Github profile in Contributors.md file in the format given below. (Just replace with your full name and with your Github Username). This will help everyone know about your work & contributions.
* [<name>](https://github.com/<your_github_username>)

2. Add your Profile.

  • Add your profile details in a file and name that file in the format of Your_Name.md. Add this file in the Contributors folder. You can specify anything about your self such as your skills, achievements, projects that you have worked on, your interests, etc. You can see a sample profile page format here.

3. Add your Code.

  • Add any Code or Project files in any of the programming language as you feel comfortabe in. Add your code/project files in the Miscellaneous folder. It is recommended to make a new folder (in the Miscellaneous folder itself) in case if you are uploading multiple files.

About

This is a repository which is open for anyone to make his/her Pull Requests by just adding some profile details about oneself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published