Hacktoberfest is a movement to contribute and support the [Open Source] project (https://github.com/open-source) which is supported by [Digital Ocean] (https://hacktoberfest.digitalocean.com/) and [GitHub] ( https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest). Held in October every year. To follow suit Make your first pull request to any public repository on GitHub to contribute to the open source developer community.
(https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/)
How to:
- Add name in
CONTRIBUTORS.mdfile - Also add a profile page in the
profilesdirectory - and create a simple "Hello, World" script in an understandable programming language
Select and Finish the task, make a pull request for your job and wait to be merged!
- First, run the Fork repository first (Click the Fork Button in the top right corner, then click your Profile Image.)
- Then, the Clone fork on each local machine
git clone https://github.com/your-username/Hacktoberfest-2020.git- Create a branch
Change directory to Hacktoberfest-2020
git checkout -b branch-name- Make changes to the Task (Please select and complete the task below!)
Add your name to CONTRIBUTORS.md as shown below:
#### Name: [Yourname] (GitHub link)
- Place: Cikareng, Central Java, Indonesia
- Bio: Who are you?
- GitHub: [GitHub account name] (GitHub link)Add the Your_Name.md file to the profiles directory. like the example below:
# Your Name
### Location
Your city / Country
### Academics
Academy that is being served now
### Interests
- Play some DoTA
### Development
- Inventor of the My Pillow
### Projects
- [My Project] (GitHub Link) Short description
### Profile Link
[Your name] (GitHub Link)Add the hello_world_yourusername.xx script to the scripts directory in the programming language of your choice! as an example:
// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Munir
// GITHUB: https://github.com/syouryuumaru
console.log ('Hello, World!');give a file name like this hello_world_yourusername.xx. or, hello_world_ceeeeebbbbb.js could also be like hello_world_topDAD.py.
- Commit and push
git add.
git commit -m 'Add it "hacktoberfest"'
git push origin branch-name- Make a new pull request from the forked repository. (Click 'New Pull Request' button location above the repo)
- Wait for PR review and merge approval!
- Star this repository 👌🏻
Don't forget to include a comment like the one above which is seen above. Feel free to provide additional information on the programming language that has been selected in the Comment! Don't forget the likeness.