Inorder to commit your files you will either need a modern browser or visual studio code with git installed. (both require a PC)
Using VSCode and Git is a easy way to add your files and commit them
- Open VSCode
- Open the Terminal (Either its open already or open manually using Terminal > New Terminal)
- Fork the Github project
- Copy the project URL (THE FORKED ONE NOT THE OFFICIAL ONE!)
- After you did that go back to VSCode and go to the terminal.
- (OPTIONAL) Create a new folder for the project (
$ mkdir projects
(works both in Windows and Linux)) - Paste the command:
$ git clone <project url you copied>
-
Open the folder that git clone created (If you did the optional path its at
<folder you created via terminal>/design
).doing that will ask you for a confirmation, just click "I trust the Authrors"
-
Drag and drop your desired file you created into the fitting folder (wallpapers/community for example)
-
Add a new entry to the Changelog (Follow the given format)
-
once you completed that, open the git tab in VSCode
- In the message tab write a small message like "Added some wallpapers, XX.XX.XXXX"
- Press Commit
- (IF NOT LOGGED IN) it will ask you for a authetification, follow the automatic process and accept the prompts
- Press yes if it says "No Stashed Changes"
- Press Sync
- Done! now follow the How to create a push request section
- Open the Github project
- Fork it
- After doing that, you should see this page
- Press "." (this will launch a browser only instane of VSCode)
- You now should see this:
- Drag and drop your desired file you created into the fitting 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 (Follow the given format)
-
Open the VSC (Git) tab
- Give it a fitting name (Like "Adding some wallpapers, XX.XX.XXX")
- Press the checkmark.
- Done! now follow the How to create a push request section
- Add your files See section above
- Go to the github page
- Find the "Contribute" button
- Press "Open pull request"
- Press "Create pull request"
- Accept the terms (Already pasted in the description)
- Create pull request
Even if you're in the organisation, pull requests should be reviewed and approved by another member before merging, with exceptions of fixing a build fail or security breach. Complete redesign of an existing webpage will need approval from a team lead.
PLEASE SUBMIT A PR, NO DIRECT COMMITS!!!