Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 2.83 KB

submit.md

File metadata and controls

44 lines (28 loc) · 2.83 KB

Submission

Caution

Please do not create a pull request on the main project or fork it! Your code won't be private!

Of course, you still need to send us your solution. Depending on how you have set up the project, there are several ways to send us the source code.

GitHub template

Before your code appears on GitHub, you need to upload it using Git. To do this, open a console (e.g. cmd) in the source folder and run the following commands:

git add . # Marks all files for upload
git commit -m "Add files" # You can also enter a different message here
git push -u origin dev # Upload files to the repository

After that, you just need to make a few settings in the repository on GitHub to submit your code.

Steps Image
  • GitHub may show you Compare & Pull Request in the code.
    In this case, you skip the next step.
  • Otherwise, click Branches.
Compare & pull request
  • For the dev branch, click on the three dots ... and then click on New pull request.
Branches
  • You can freely choose the title and description.
  • You can add us under Reviewers.
  • Create pull request will create a pull request and we can review your code.
Open pull request

To make sure your pull request doesn't get lost, please email us a link to the pull request.

Git clone / import

Create a pull request from dev to main in your repository and add us as reviewer (for repositories on GitHub, see the GitHub template). If you have forgotten to work on dev, send us a link with the comparison (compare / diff). Alternatively, you can send us your project as a ZIP file.

ZIP export

If you have downloaded the code as a ZIP file, you can put your source code back into a ZIP file and email it to us.