Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.38 KB

create-new-task.md

File metadata and controls

33 lines (25 loc) · 1.38 KB

Create a new task

author: VadzimV

You will learn:

  • How to use markdown;
  • How to crate a tasks;
  • How to collaborate with other mentors.

Task

The process of creating a new task for Android Academy is straight forward. First of all you need a great idea and some free time.

  1. Start with cloning Android Academy 2020 extra tasks repository;
  2. Crate a new branch for your task.
  3. Go to tasks folder and create a new .md file by coping template.md;
  4. Change title and author(use your telegram name);
  5. Fill-up gaps using hints from template, you can use any language;
  6. Open pull request to master branch;
  7. Ask other mentors to review you task.
  8. When you get 5 approves from the other mentors - merge it.

Definition of done

If you're reviving the task, please make sure that https://github.com/Android-Academy-Global/fundamentals-2020-extra-tasks**all** following requirements are met!

  • Does task seem clear for you?
  • Does Useful links contain all needed links to theory? Is it enough to complete the task?
  • Does definition of done clearly explains what to send to mentor to check?
  • Do you understand what to check in the task if student send it to you?

Useful links

Markdown Cheatsheet