|
| 1 | +name: Tech Ed Coursework |
| 2 | +description: Assign a piece of technical coursework |
| 3 | +title: "[TECH ED] <title>" |
| 4 | +labels: [Tech Ed, 🏕 Priority Mandatory, 🐂 Size Medium] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to assign this coursework! |
| 10 | +
|
| 11 | + To support our trainees with planning and prioritising their own learning journey, we want our coursework assignments to be more informative. |
| 12 | + We don't just want to tell them what to do, we want to tell them stuff like: |
| 13 | + - why we are doing it |
| 14 | + - what it's "for" (problem-solving, debugging, etc) |
| 15 | + - how long they should spend on it, maximum |
| 16 | + - how to get help |
| 17 | + - how to review it with answers |
| 18 | + - how to get it reviewed from mentors and peers |
| 19 | + - type: input |
| 20 | + attributes: |
| 21 | + label: Link to the coursework |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: textarea |
| 25 | + attributes: |
| 26 | + label: Why are we doing this? |
| 27 | + description: Clearly explain the purpose of this assignment |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: input |
| 31 | + attributes: |
| 32 | + label: Maximum time in hours |
| 33 | + description: (Tech has max 16 per week total) |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: How to get help |
| 39 | + description: State simply how trainees can get help with this assignment |
| 40 | + placeholder: | |
| 41 | + Share your blockers in your class channel |
| 42 | + https://syllabus.codeyourfuture.io/guides/asking-questions |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: How to submit |
| 46 | + description: State in clear steps how a trainee can submit this assignment. |
| 47 | + placeholder: | |
| 48 | + Fork the repo to your own GitHub account |
| 49 | + Make regular small commits with clear messages |
| 50 | + When you are ready, open a Pull Request to the CYF repo |
| 51 | + Make sure you fill in the PR template provided |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + - type: textarea |
| 55 | + attributes: |
| 56 | + label: How to review |
| 57 | + description: How to get code review and how to self-review |
| 58 | + - type: textarea |
| 59 | + attributes: |
| 60 | + label: Anything else? |
| 61 | + description: | |
| 62 | + Links? References? Anything that will give more context |
| 63 | +
|
| 64 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 65 | + - type: markdown |
| 66 | + attributes: |
| 67 | + value: | |
| 68 | + **Thank you so much.** |
| 69 | +
|
| 70 | + Please now complete this ticket by filling in the options on the sidebar. |
| 71 | +
|
| 72 | + 1. Update labels |
| 73 | + - priority -- is this coursework key, mandatory, or stretch? Pick one. |
| 74 | + - size -- help trainees plan their time with rough estimation. Pick one |
| 75 | + - topics -- add all that seem relevant to you. |
| 76 | + 2. Add to milestone |
| 77 | + - week 1,2,3,4 |
| 78 | +
|
| 79 | + Once your ticket is complete, you may like to add it to the example project board attached to this repo. |
| 80 | + This is so you understand how trainees will use your work. Nobody has built a board copier yet, so trainees will be doing this step themselves. |
0 commit comments