https://github.com/open-for-everyone/hacktoberfest2021/discussions/747
FREE FOR ALL , LEARNING and CELEBRATING OPEN SOURCE, This Hacktoberfest project exists to help you submit your first Pull Request! Skip to content Search or jump to… Pull requests Issues Marketplace Explore@yashrajmani yashrajmani / Hacktoberfest-1 Public forked from Joonsang1994/Hacktoberfest 0 0 528 Code Pull requests Actions Projects Wiki Security Insights Settings Hacktoberfest-1 / README.md in master
I created this project in the spirit of hacktoberfest so that you can do a very simple pull request and in the process you learn how to contribute to a project 😃 Note that this repository exists as a learning tool for new contributors to open-source, and pull requests to this won’t count toward Hacktoberfest! PR requests won't be accepted/merged.
Hacktoberfest is a month-long celebration of open source software. You have to register and make five pull requests to any github repo (including this one!) in the month of october. If you do that you get a tshirt 👕 and stickers for your laptop 💻 . Sounds interesting? Let's do it then!
I get it. You are new to this whole thing. But don't worry, here is a great guide to help you understand.
To Contribute in a proper way so that I can merge the pull request:
-
Star the repo! ⭐
-
Fork it. (Important!) What is that?
-
Edit the README.md file.
-
Copy the below code and replace with your github user name. Add after the last one in the file.
-
Commit with a message. ( Or write "ALL IS WELL!")
-
Make a pull request. What is that?
-
Done! Welcome to the dark side!
Add your name to the CONTRIBUTORS.md
file using the below convention:
#### Name: [YOUR NAME](GitHub link)
- Place: City, State, Country
- Bio: Who are you?
- GitHub: [GitHub account name](GitHub link)
Add a hello_world_yourusername.xx
script to the scripts
directory in any language of your choice! Here is an example:
// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Alice Chuang
// GITHUB: https://github.com/AliceWonderland
console.log('Hello, World!');
No file chosen Attach files by dragging & dropping, selecting or pasting them. @yashrajmani Commit changes Commit summary Create README.md Optional extended description Add an optional extended description… Commit directly to the master branch. Create a new branch for this commit and start a pull request. Learn more about pull requests.
© 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About