In order to commit your designs you will need to either a modern browser or Visual Studio Code and Git (recommended) installed. (both require a PC)
Using Visual Studio Code and Git is an easy way to add your wallpapers to the repository. You can install Visual Studio Code for your operating system here. You can install Git here.
- Open Visual Studio Code
- Open Terminal (Either it's open already or you can manually open one using
Terminal > New Terminal
) - Fork the Github project by clicking on the
Fork
button on the top of the page. - Copy the forked repo's URL
- Go back to
Visual Studio Code > Terminal
. - (OPTIONAL) Create a new folder for the project called
projects
if you haven't already (mkdir projects
thencd projects
, works on all operating systems) - Paste the command:
git clone <forked repo URl>
- Open the folder that the command created by using this command:
cd design
(if you created a folder, the command iscd projects/design
) thencode .
. Doing that will ask you if you trust the authors of the folder. Click "Yes, I trust the authors".
-
Drag and drop your desired file(s) you created into the correct folder (
wallpapers/community
for example) -
Add a new entry to the Changelog by following the given format.
-
Once you have completed that, open the Git tab in Visual Studio Code as seen below;
- In the message tab write a small message such as "Added some wallpapers, XX.XX.XXXX"
- Click on Commit
- If you are not logged in, it will ask you for authentication with GitHub. Follow the process and accept the prompts.
- Click "Yes" if it says "No Stashed Changes"
- Click Sync
- Done! You have now added your designs to your fork! Now follow the How to create a push request guide in order for it to be reviewed and added by the team members.
- Open the GitHub repository
- Fork it by click the
Fork
button on the top of the page. - After doing that, you should see this page;
- Click "." (period/dot) on your keyboard. This will launch a special web version of Visual Studio Code.
- You now should see this;
- Drag and drop your desired file(s) you created into the correct folder (
wallpapers/community
for example). The file you added should now show up and should be highlighted in a green color.
-
Add a new entry to the Changelog by following the given format.
-
Open the Visual Studio Code (Git) tab
- In the message tab write a small message such as "Added some wallpapers, XX.XX.XXXX"
- Click the checkmark.
- Done! You have now added your designs to your fork! Now follow the How to create a push request guide in order for it to be reviewed and added by the organization members.
- Add your files (see guides above)
- Go to the GitHub page
- Click the "Contribute" button
- Click on "Open pull request"
- Click "Create pull request"
- Accept the terms (Already pasted in the description)
- Click "Open Pull Request".
You have now forked the repository, added your designs and created a pull request with them. Now, you just have to wait for a team member to review your pull request and merge it into the main repository.