Fork this repository on GitHub by clicking the Fork button in the top right of this page.
Clone your forked repo to your local machine.
git clone https://github.com/YOUR-USERNAME/LearningGo-.git
Replace YOUR-USERNAME
above with your GitHub username.
Create a new branch.
git checkout -b new-branch
Add your contributions.
Commit and push your changes.
git add -A
git commit -m "Your commit message"
git push --set-upstream origin new-branch
Create a Pull Request by navigating to your forked repository and clicking the New pull request button on your left-hand side of the page.
Add in a title, edit the PR template, and then press the Create pull request button.
Wait for your Pull Request to be reviewed and merged.
Congratulations! You just opened a Pull Request.
Add a program according to the Difficulty level in the appropriate folder. Make the filename in accordance to what the code is doing.
Add your name to the CONTRIBUTORS.md file using the below example:
- [Name](Link to GitHub profile)
Please follow alphabetical order.
Choose one of above or all 3, make a pull request for your contributions and wait for it to be merged!
:confetti_ball: :tada: Happy Contributing :tada: :confetti_ball: