-
Fork this repository to your github account.
-
Clone the forked repository.
git clone https://github.com/username/Exoplanet-Hunt.git
-
Change directory.
cd Exoplanet-Hunt
-
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 🚀