Skip to content

narze/hacktoberfest_ez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Read this in other languages.

Thai

Hacktoberfest EZ

PDD status Hacktoberfest

Easy ideas to start contributing on Github, get free T-Shirts every year!

PR Ideas

  • Add ideas to this repo! 😂
  • Fix code formatting.
  • Fix typos. (Try searching funcation in Github...)
  • Translate project readme.md to local language.
  • Fix issue in open source project.
  • Explore codetriage.com.
  • Add mini-game.

No ideas?

Try contributing to this repo itself. (So meta...)

  • Fix typos if you see them. 👀
  • Add frontend.
  • Add more README.
  • Add tests, cli, Docker image which prints PR ideas.
  • Add to this list.

Contributing

  • Append the PR Ideas list, then open the Pull Request.
  • Or see issues for more easy peasy tasks. Some of these issues are added from PDD Puzzles.

Steps to open a Pull Request

Fork >> Clone >> NewBranch >> Edit >> Commit >> Push >> PullRequest

Fork

  1. Click Fork button. Alt text
  2. Wait until it is done. Alt text

Clone

  1. Copy the HTTPS repo link. Alt text
  2. Open a terminal and write a command git clone [your repo link]. Alt text
  3. Go to hacktoberfest_ez/ folder. Alt text

New Branch

  1. Create new branch using git branch [branch name]. Alt text
  2. Go to that branch using git checkout [branch name]. Alt text

Commit

via VS Code

  1. Click stage all change & write commit message.

    Alt text

  2. Click Commit button.

    Alt text

via terminal

  1. Open a terminal and write a command git add .
  2. write a command git commit -m [your commit message].

Push

  1. Click Sync button (bottom of vscode). Alt text

Pull Request

  1. Refresh your hacktoberfest_ez in the browser, then click "Compare & pull Request". Alt text

  2. Write description pull request, then click "Create pull request". Alt text

  3. Done! Alt text

Learning

Go to github.com and make an account and see tutorials on:

  • how to fork the project
  • how to create a repository
  • how to clone the repository
  • how to make a pull request

and make your contribution towards Open Source community in Hacktoberfest.