Skip to content

kushanshamika/awesome-members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Members

CodeFactor buddy branch PRs Welcome

Support open source and pick a limited edition T-shirt or plant a tree from Hacktoberfest!

Hacktoberfest 2020

Instructions-

  • Fork this Repository using the button at the top
  • Clone your forked repository to your pc
  • Create a new branch for your modifications (ie. git branch new-user and check it out git checkout new-user and git checkout -b new-user)
  • Add your profile data in data/data.txt
  • Add your files (git add -A), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request
  • Star this repository

How to make your first Pull Request

1. Add your profile information

Add new line in data.txt with your data as showing as the following example.

Kushan Shamika,IIT,https://github.com/kushanshamika
<FULL-NAME>,<UNIVERSITY/COMPANY-NAME>,<GITHUB-PROFILE-URL>

Do not use special characters in the template above.

2. Wait for Pull Request to merge

3. Celebrate - you've done your first pull request!!