Skip to content

Commit 7041e08

Browse files
authored
Merge branch 'main' into Sprint-2
2 parents 4213201 + cd4c69f commit 7041e08

File tree

6 files changed

+27
-82
lines changed

6 files changed

+27
-82
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
# These are supported funding model platforms
2-
31
github: CodeYourFuture
4-
patreon: # Replace with a single Patreon username
5-
open_collective: # Replace with a single Open Collective username
6-
ko_fi: # Replace with a single Ko-fi username
7-
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8-
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
liberapay: # Replace with a single Liberapay username
10-
issuehunt: # Replace with a single IssueHunt username
11-
otechie: # Replace with a single Otechie username
12-
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
132
custom: https://codeyourfuture.io/donate

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
22
contact_links:
33
- name: CYF
44
@@ -8,7 +8,7 @@ contact_links:
88
about: Join CYF here
99
- name: CYF Slack
1010
url: codeyourfuture.slack.com
11-
about: Come to #cyf-syllabus-tech and chat
11+
about: Come to #cyf-curriculum and chat
1212
- name: CYF Tech Ed
1313
url: https://github.com/orgs/CodeYourFuture/teams/mentors
1414
about: CYF mentors on Github

.github/ISSUE_TEMPLATE/pd-assignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: PD Coursework
22
description: Assign a piece of PD coursework
33
title: "[PD] <title>"
4-
labels: [PD, 🏝 Priority Stretch, 🐇 Size Small]
4+
labels: [PD, 🏝 Priority Stretch, 🐇 Size Small, 📅 Sprint 1]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/tech-ed-assignment.yml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
name: Tech Ed Coursework
22
description: Assign a piece of technical coursework
3-
title: "[TECH ED] <title>"
4-
labels: [Tech Ed, 🏕 Priority Mandatory, 🐂 Size Medium]
3+
title: "<title>"
4+
labels: [Tech Ed, 🏕 Priority Mandatory, 🐂 Size Medium, 📅 Sprint 1]
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to assign this coursework!
9+
Thanks for taking the time to assign this coursework!
1010
11-
To support our trainees with planning and prioritising their own learning journey, we want our coursework assignments to be more informative.
11+
To support our trainees with planning and prioritising their own learning journey, we want our coursework assignments to be more informative.
1212
We don't just want to tell them what to do, we want to tell them stuff like:
1313
- why we are doing it
1414
- what it's "for" (problem-solving, debugging, etc)
1515
- how long they should spend on it, maximum
16-
- how to get help
17-
- how to review it with answers
16+
- how to get help
17+
- how to review it with answers
1818
- how to get it reviewed from mentors and peers
1919
- type: input
2020
attributes:
2121
label: Link to the coursework
2222
validations:
2323
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}}-->
2432
- type: textarea
2533
attributes:
2634
label: Why are we doing this?
@@ -37,14 +45,14 @@ body:
3745
attributes:
3846
label: How to get help
3947
description: State simply how trainees can get help with this assignment
40-
placeholder: |
48+
value: |
4149
Share your blockers in your class channel
42-
https://syllabus.codeyourfuture.io/guides/asking-questions
50+
https://curriculum.codeyourfuture.io/guides/getting-help/asking-questions/
4351
- type: textarea
4452
attributes:
4553
label: How to submit
4654
description: State in clear steps how a trainee can submit this assignment.
47-
placeholder: |
55+
value: |
4856
Fork the repo to your own GitHub account
4957
Make regular small commits with clear messages
5058
When you are ready, open a Pull Request to the CYF repo
@@ -72,9 +80,9 @@ body:
7280
1. Update labels
7381
- priority -- is this coursework key, mandatory, or stretch? Pick one.
7482
- 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
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
7886
7987
Once your ticket is complete, you may like to add it to the example project board attached to this repo.
8088
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.

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
You must title your PR like this:
44
5-
REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
5+
Region | Cohort | FirstName LastName | Sprint | Assignment Title
66
77
For example,
88
9-
London | May-2025 | Carol Owen | Quote-generator
9+
London | 25-ITP-May | Carol Owen | Sprint 1 | Alarm Clock
1010
1111
Complete the task list below this message.
1212
If your PR is rejected, check the task list.
@@ -18,10 +18,10 @@ If your PR is rejected, check the task list.
1818
Self checklist
1919

2020
- [ ] I have committed my files one by one, on purpose, and for a reason
21-
- [ ] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
21+
- [ ] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
2222
- [ ] I have tested my changes
2323
- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/reviewing/style-guide/)
24-
- [ ] My changes meet the requirements of this task
24+
- [ ] My changes meet the [requirements](./README.md) of this task
2525

2626
## Changelist
2727

HOW_TO_REVIEW.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)