Repo for TOM members dedicated for the Hacktober fest of 2020 (7th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing!
Celebrate Hacktoberfest by getting involved in the open source community by completing some simple tasks in this project.
This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
A month-long celebration from October 1st - 31st sponsored by Digital Ocean, GitHub, and Twilio to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community. The first 50,000 people to get 5 pull requests will recieve a free t-shirt!
https://hacktoberfest.digitalocean.com/
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Navigate to
CONTRIBUTORS.md
- Edit the file and insert your short profile following the instructions below, then click on Commit Changes.
- Navigate to the
profiles
directory - Click
Create new file
and create a new profileYour_Full_Name.md
, and commit your changes. - Add any piece of code (we recommand you add something in the
Hello World
folder). - Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Install git on your computer https://git-scm.com
- Clone your fork down to your local machine
git clone https://github.com/open-minds/Hacktober-fest-2020.git
- Make your changes (choose from any task above)
- Commit and push
git add .
git commit -m "Commit message"
git push origin master
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!
Add your name to the CONTRIBUTORS.md
file using the below convention:
#### Name: [GitHib username](GitHub profile link)
Add a Your_Full_Name.md
file to the profiles
directory. Use any combination of content and Markdown you'd like. Here is an example:
# Your Full Name
### Location
Your City/Country
### Academics
Your School
### Interests
- Some Things You Like
- Something Else
### Development
- web developper for example
- game dev as another example
### Profile Link
[GitHib username](GitHub profile link)
Add a Your_Full_Name.md
file to the profiles
directory. Use any combination of content and Markdown you'd like. Here is an empty example:
<img align="center" src="https://github-readme-stats.vercel.app/api?username=username&show_icons=true&theme=dracula&line_height=27" alt="Username's github stats"/>
Here's a full working example:
Read the Github stats docs to find out how to customize your card!
- First Timers Only Friendly Open Source projects on the go!
- FreeCodeCamp Open source codebase and curriculum. Learn to code for free together with millions of people.