-
Notifications
You must be signed in to change notification settings - Fork 47
Contributing to this project!
Shreyas Bapat edited this page Oct 10, 2018
·
1 revision
These instructions must be strictly followed!
- Fork this repository to your github account.
-
- Clone the forked repository.
git clone https://github.com/username/STAC-IITMandi.github.io.git
-
- Create a new branch.
git checkout -b NewBranchName
- Make your changes.
-
- Stage the changes.
git add path/to/changed-files
-
- Commit your changes.
git commit -m "Appropriate Commit Message"
-
- Push your Changes
git push origin NewBranchName
- Create a Pull request
- Mention someone to review it.
- Celebrate your Contribution 🚀