Skip to content

DipHire/Hacktoberfest2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โš ๏ธ UPDATED: THIS REPO IS NO MORE APPLICABLE FOR HACKTOBERFEST!

๐Ÿ“– A Guide for your first pull request

This project has been excluded by Hacktoberfest 2022


โœจThis project will help you to make your first pull request for Hacktoberfest.

โš™๏ธSetup

  1. Git installed on your computer (You can download it from https://git-scm.com/downloads )
  2. Sign In to your GitHub account. If you donโ€™t have one yet, Sign Up with your new GitHub account.
  3. Microsoft Visual Studio Code (There are many alternatives and you may stick with your favorite one)

๐Ÿ˜Š Prerequisites

A basic understanding of Git concepts and commands, such as working with repositories, forks, clones, branches, staging changes, and pushing commits. ๐Ÿ‘‰ Learn Git and Github ๐Ÿ‘‰ Register for Hacktoberfest

๐Ÿค Contribute

Become a open source contributor in six easy steps and win goodies๐Ÿ‘• for yourself.

๐Ÿ“ Instructions

  • Fork this Repository using the button at the top ๐Ÿด
  • Clone your forked repository to your pc ( git clone "url from clone option".)
  • Create a new branch for your modifications (ie. git checkout -b new-user)
  • Add your files (git add .), commit (git commit -m "added myself") and push (git push origin new-user)
  • Create a pull request with label
  • Star this repository ๐ŸŒŸ

How to make your first Pull Request

๐Ÿ“œ Instructions for making the changes

1. Editing the Code

Add your Full name and GitHub Username in the list[] given in lib/contributorsList.dart

Note: Don't remove or delete already added attendee, in case you did something like this PR won't be accepted :)

Example Code:
  // < Add your Full Name in the List[] >
   const data = [
    {"name": "Dip Hire", "username": "diphire"},
    {"name": "Your Name", "username": "yourusername"},
    ];

2. Add your profile information

Create a markdown file (Readme.md) in your folder following the convention participant/<GitHub-Username>.md.

participant/<YOUR-USERNAME>.md/

Copy the next template into your file, delete the data and fill the information with yours.

Name: YOURNAME
GitHub: USERNAME
Quote: <Any Good Quote>

Do not use special characters in the template above.

3. Wait for Pull Request to be Labelled

We wil merge your PR, Thanks for being Patience. ๐Ÿ™

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

Yay!! Refresh your profile at Hacktoberfest and see the updates. ๐ŸŽ‰

Contributers ๐Ÿ†