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.
cdinto the folder you want the repository saved in and run thegit clonecommand.- If you do not know the
git clonecommand we break it down into 3 parts. - First part of command is the
git clone.