Skip to content

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! . Here is a starter project for first time contributors.

Notifications You must be signed in to change notification settings

shaheennamboori/code-hacktober

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

code-hacktober

This is place to contribute and to learn about git workflow.

Details

Hi there, if you are reading this then probably you are new to open source and looking for some issues to contribute to. You can start by contributing to this list, follow these simple steps to make your first successful PR.

Steps:

  1. Installation of required tools:
  • git
  • any IDE of your choice (for ex. sublime text and atom)

Installing git:

  • Ubuntu: sudo apt-get install git
  • Windows: Download

Contributing to this repository:

  1. Star this repository
  2. Fork this repository
  3. Open CONTRIBUTIONS.md and enter details in the following format
   Name: "Your name here"  
   Place: "Enter place here"  
   Github: [Github username](github profile url)  
   Linkedin (optional): [Your name](Linkedin profile link)  
  • make sure to give 2 whitespaces after each line.
  1. Commit changes with a meaningful commit message like "Added "Your Name to CONTRIBUTIONS.md".
  2. Create a pull request.
  3. Sit back and relax while your pull request is reviewed and merged.

Using git to contribute to this repository

  1. Star this repository
  2. Fork this repository
  3. Clone this repository
  4. Change your directory.
  5. Open CONTRIBUTIONS.md and enter details in the following format
   Name: "Your name here"  
   Place: "Enter place here"  
   Github: [Github username](github profile url)  
   Linkedin (optional): [Your name](Linkedin profile link)  
  • make sure to give 2 whitespaces after each line.
  1. Commit changes with a meaningful commit message like "Added "Your Name to CONTRIBUTIONS.md". git add -A git commit -m "Commit message here" (include double quotes)
  2. Push to repository
    git push origin master
  3. Create a pull request.
  4. Sit back and relax while your pull request is reviewed and merged.

About

Participate in Hacktoberfest by contributing to any Open Source project on GitHub! . Here is a starter project for first time contributors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published