- Fork this repository (Click the Fork button, top right of this page)
- Clone your fork down to your local machine
git clone https://github.com/your-username/repo-name.git
- Create a branch for a new feature
git checkout -b feature/branch-name
- Make your changes (adding material)
- Commit and Push
git add .
git commit -m 'commit message'
git push origin branch-name
- 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!
Only Pull Requests matching the naming-conventions (Folders and Files) will be merged!
Users who spam this Repo with PRs/Issues that does not align the Contribution Guidelines will be blocked.
Thank You!