An open API service indexing awesome lists of open source software.

https://github.com/narze/hacktoberfest_ez

Easy ways to get T-Shirt
https://github.com/narze/hacktoberfest_ez

good-first-issue hacktoberfest

Last synced: 3 months ago
JSON representation

Easy ways to get T-Shirt

Awesome Lists containing this project

README

          

Read this in other languages.

[Thai](README.th.md)

# Hacktoberfest EZ

[![PDD status](http://www.0pdd.com/svg?name=narze/hacktoberfest_ez)](http://www.0pdd.com/p?name=narze/hacktoberfest_ez)
[![Hacktoberfest](https://img.shields.io/github/hacktoberfest/2019/narze/hacktoberfest_ez)](https://github.com/narze/hacktoberfest_ez/issues?q=is%3Aopen+is%3Aissue+label%3Ahacktoberfest)

Easy ideas to start contributing on Github, get [free T-Shirts](http://hacktoberfest.digitalocean.com/) 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](https://github.com/chunza2542/noobtoberfest).

## 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](https://github.com/narze/hacktoberfest_ez/issues) for more easy peasy tasks. Some of these issues are added from [PDD Puzzles](http://www.0pdd.com/).

### Steps to open a Pull Request

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

### Fork

1. Click **Fork** button.
![Alt text](images/fork-1.png)
2. Wait until it is done.
![Alt text](images/fork-2.png)

### Clone

1. Copy the **HTTPS** repo link.
![Alt text](images/clone-1.png)
2. Open a terminal and write a command `git clone [your repo link]`.
![Alt text](images/clone-2.png)
3. Go to hacktoberfest_ez/ folder.
![Alt text](images/clone-3.png)

### New Branch

1. Create new branch using `git branch [branch name]`.
![Alt text](images/branch-1.png)
2. Go to that branch using `git checkout [branch name]`.
![Alt text](images/branch-2.png)

### Commit

#### via VS Code

1. Click stage all change & write commit message.

![Alt text](images/commit-1.png)

2. Click Commit button.

![Alt text](images/commit-2.png)

#### 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](images/push-1.png)

### Pull Request

1. Refresh your hacktoberfest_ez in the browser, then click "Compare & pull Request".
![Alt text](images/pr-1.png)

2. Write description pull request, then click "Create pull request".
![Alt text](images/pr-2.png)
3. Done!
![Alt text](images/pr-3.png)

## 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.