Skip to content

Commit cb36100

Browse files
committed
Update repo metadata
1 parent ea4cb25 commit cb36100

File tree

5 files changed

+13
-24
lines changed

5 files changed

+13
-24
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: Tech Ed Coursework
22
description: Assign a piece of technical coursework
33
title: "<title>"
4-
labels: [Tech Ed, 🏕 Priority Mandatory, 🐂 Size Medium, 📅 Module 1]
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:
@@ -26,7 +26,7 @@ body:
2626
label: Learning Objectives
2727
description: https://common.codeyourfuture.io/common-theme/shortcodes/objectives/
2828
placeholder: |
29-
<!--{{<objectives}}-->
29+
<!--{{<objectives}}-->
3030
- [ ] CYF format, task list formatting
3131
<!--{{</objectives}}-->
3232
- type: textarea
@@ -80,7 +80,7 @@ body:
8080
1. Update labels
8181
- priority -- is this coursework key, mandatory, or stretch? Pick one.
8282
- size -- help trainees plan their time with rough estimation. Pick one
83-
- topics -- add all that seem relevant to you.
83+
- topics -- add all that seem relevant to you.
8484
2. Add a Sprint label to add to the backlog view
8585
- sprint 1,2,3,4
8686

.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-
COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
5+
Region | Cohort | FirstName LastName | Sprint | Assignment Title
66
77
For example,
88
9-
NW4 | Carol Owen | HTML-CSS-Module | Week1
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,9 +18,9 @@ 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 COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
21+
- [ ] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
2222
- [ ] I have tested my changes
23-
- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/contributing/)
23+
- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/reviewing/style-guide/)
2424
- [ ] My changes meet the [requirements](./README.md) of this task
2525

2626
## Changelist

0 commit comments

Comments
 (0)