If you want to submit a pull request for an Atmosphere package you will first need to
- On GitHub fork the GitHub repository you want to make changes to.
- Clone the repository to your local machine with the Terminal.
cd
into the folder you want the repository saved in and run thegit clone
command.- If you do not know the
git clone
command we break it down into 3 parts. - First part of command is the
git clone
.