|
| 1 | +name: Tech Ed Coursework |
| 2 | +description: Assign a piece of technical coursework |
| 3 | +title: "<title>" |
| 4 | +labels: [Tech Ed, 🏕 Priority Mandatory, 🐂 Size Medium, 📅 Module 1] |
| 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: Learning Objectives |
| 27 | + description: https://common.codeyourfuture.io/common-theme/shortcodes/objectives/ |
| 28 | + placeholder: | |
| 29 | + <!--{{<objectives}}--> |
| 30 | + - [ ] CYF format, task list formatting |
| 31 | + <!--{{</objectives}}--> |
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: Why are we doing this? |
| 35 | + description: Clearly explain the purpose of this assignment |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: input |
| 39 | + attributes: |
| 40 | + label: Maximum time in hours |
| 41 | + description: (Tech has max 16 per week total) |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + attributes: |
| 46 | + label: How to get help |
| 47 | + description: State simply how trainees can get help with this assignment |
| 48 | + value: | |
| 49 | + Share your blockers in your class channel |
| 50 | + https://curriculum.codeyourfuture.io/guides/getting-help/asking-questions/ |
| 51 | + - type: textarea |
| 52 | + attributes: |
| 53 | + label: How to submit |
| 54 | + description: State in clear steps how a trainee can submit this assignment. |
| 55 | + value: | |
| 56 | + Fork the repo to your own GitHub account |
| 57 | + Make regular small commits with clear messages |
| 58 | + When you are ready, open a Pull Request to the CYF repo |
| 59 | + Make sure you fill in the PR template provided |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: textarea |
| 63 | + attributes: |
| 64 | + label: How to review |
| 65 | + description: How to get code review and how to self-review |
| 66 | + - type: textarea |
| 67 | + attributes: |
| 68 | + label: Anything else? |
| 69 | + description: | |
| 70 | + Links? References? Anything that will give more context |
| 71 | +
|
| 72 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 73 | + - type: markdown |
| 74 | + attributes: |
| 75 | + value: | |
| 76 | + **Thank you so much.** |
| 77 | +
|
| 78 | + Please now complete this ticket by filling in the options on the sidebar. |
| 79 | +
|
| 80 | + 1. Update labels |
| 81 | + - priority -- is this coursework key, mandatory, or stretch? Pick one. |
| 82 | + - size -- help trainees plan their time with rough estimation. Pick one |
| 83 | + - topics -- add all that seem relevant to you. |
| 84 | + 2. Add a Sprint label to add to the backlog view |
| 85 | + - sprint 1,2,3,4 |
| 86 | +
|
| 87 | + Once your ticket is complete, you may like to add it to the example project board attached to this repo. |
| 88 | + 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