A helper repository for GLAU Students to take part in hacktoberfest
If any category or langauge is not found, please feel free to create one
- Fork Repo on Web Page
git clone https://github.com/{your-username}/HacktoberfestGLAU.git
- Code your files in the proper directory based on the instructions above
- add all your files
git add your/directory/path/to/file/
(see new directory structure above) - commit your file changes
git commit -m "Whatever you did here, e.g. created linkedlist class in C++"
- push your changes
git push
- Create a Pull Request to master on Web Page
- Fork Repo on Web Page
- Make your changes on your forked repo
- Make Pull Request to master