Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labels.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"name":"Improvement", "color":"0000ff", "description":"Improvement to this coursework" }]
[{"name":"Improvement", "color":"0000ff", "description":"Improvement to this coursework" }]
72 changes: 36 additions & 36 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
<!--

The title for your pull request should be made in this format

CITY CLASS_NO - FIRST_NAME LAST_NAME - MODULE - WEEK_NO

For example,

London Class 7 - Chris Owen - HTML/CSS - Week 1

Please complete the details below this message

-->

**Volunteers: Are you marking this coursework?** _You can find a guide on how to mark this coursework in `HOW_TO_MARK.md` in the root of this repository_

# Your Details

- Your Name:
- Your City:
- Your Slack Name:

# Homework Details

- Module:
- Week:

# Notes

- What did you find easy?

- What did you find hard?

- What do you still not understand?

- Any other notes?
<!--
The title for your pull request should be made in this format
CITY CLASS_NO - FIRST_NAME LAST_NAME - MODULE - WEEK_NO
For example,
London Class 7 - Chris Owen - HTML/CSS - Week 1
Please complete the details below this message
-->
**Volunteers: Are you marking this coursework?** _You can find a guide on how to mark this coursework in `HOW_TO_MARK.md` in the root of this repository_
# Your Details
- Your Name:
- Your City:
- Your Slack Name:
# Homework Details
- Module:
- Week:
# Notes
- What did you find easy?
- What did you find hard?
- What do you still not understand?
- Any other notes?
6 changes: 3 additions & 3 deletions .github/teams.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Improvement:
- '@ChrisOwen101'
- 'ChrisOwen101'
Improvement:
- '@ChrisOwen101'
- 'ChrisOwen101'
34 changes: 17 additions & 17 deletions .github/workflows/close.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: "Close stale issues and PRs"
on:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-pr-message: "Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback."
days-before-stale: 42
days-before-close: 0
days-before-issue-stale: -1
days-before-issue-close: -1
name: "Close stale issues and PRs"
on:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
stale-pr-message: "Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback."
days-before-stale: 42
days-before-close: 0
days-before-issue-stale: -1
days-before-issue-close: -1
28 changes: 14 additions & 14 deletions .github/workflows/extra-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Run extra tests
on:
pull_request:
paths:
- extra/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run extra tests
run: npm run extra-tests
name: Run extra tests
on:
pull_request:
paths:
- extra/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run extra tests
run: npm run extra-tests
22 changes: 11 additions & 11 deletions .github/workflows/mandatory-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Run mandatory tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run mandatory tests
run: npm test
name: Run mandatory tests
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run mandatory tests
run: npm test
26 changes: 13 additions & 13 deletions .github/workflows/team-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "team-labeller"
on:
pull_request:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/team-labeler-action@v0.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
name: "team-labeller"
on:
pull_request:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: JulienKode/team-labeler-action@v0.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules/
/package-lock.json
/node_modules/
/package-lock.json
38 changes: 19 additions & 19 deletions GRADING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<!--
Do not edit this file.
Make a change to the template and then pull changes
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->

# Grading

All coursework is graded using the Marking Guide found on the Syllabus.

http://syllabus.codeyourfuture.io/guides/marking-guide

If you have any questions on these guidelines - please ask.

## Coding Standards

Your code should follow our Coding Standards or it will be marked poorly.

https://syllabus.codeyourfuture.io/guides/code-style-guide
<!--
Do not edit this file.
Make a change to the template and then pull changes
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->
# Grading
All coursework is graded using the Marking Guide found on the Syllabus.
http://syllabus.codeyourfuture.io/guides/marking-guide
If you have any questions on these guidelines - please ask.
## Coding Standards
Your code should follow our Coding Standards or it will be marked poorly.
https://syllabus.codeyourfuture.io/guides/code-style-guide
74 changes: 37 additions & 37 deletions HOW-TO-GET-HELP.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<!--
Do not edit this file.
Make a change to the template and then pull changes.
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->

# How To Get Help

When you get stuck it's important that you ask for help at the right time and in the right way - this means you will be able to solve you problem as quickly as possible!

## Guide

Please review our guide on the Syllabus for how to get help

https://syllabus.codeyourfuture.io/guides/escalation-policy/

You should complete all of the steps in the order listed to get help

## Reporting Issues in Coursework

Is there a problem with this coursework?
Have you noticed a bug?
Does something not make sense?

Post in the relevent channel on Slack depending on the module you are completing:

- Git - `cyf-module-git`
- HTML/CSS - `cyf-module-html-css`
- JavaScript Core 1 - `cyf-module-js1`
- JavaScript Core 2 - `cyf-module-js2`
- JavaScript Core 2 - `cyf-module-js3`
- React - `cyf-module-react`
- Node - `cyf-module-node`
- SQL - `cyf-module-sql`
- MongoDB - `cyf-module-mongodb`

None of these? Post in #cyf-syllabus.
<!--
Do not edit this file.
Make a change to the template and then pull changes.
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->
# How To Get Help
When you get stuck it's important that you ask for help at the right time and in the right way - this means you will be able to solve you problem as quickly as possible!
## Guide
Please review our guide on the Syllabus for how to get help
https://syllabus.codeyourfuture.io/guides/escalation-policy/
You should complete all of the steps in the order listed to get help
## Reporting Issues in Coursework
Is there a problem with this coursework?
Have you noticed a bug?
Does something not make sense?
Post in the relevent channel on Slack depending on the module you are completing:
- Git - `cyf-module-git`
- HTML/CSS - `cyf-module-html-css`
- JavaScript Core 1 - `cyf-module-js1`
- JavaScript Core 2 - `cyf-module-js2`
- JavaScript Core 2 - `cyf-module-js3`
- React - `cyf-module-react`
- Node - `cyf-module-node`
- SQL - `cyf-module-sql`
- MongoDB - `cyf-module-mongodb`
None of these? Post in #cyf-syllabus.
46 changes: 23 additions & 23 deletions HOW-TO-SUBMIT.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<!--
Do not edit this file.
Make a change to the template and then pull changes.
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->

# How To Submit Your Coursework

You should use Git & Github to submit your coursework as a pull request.

You can use the Github Desktop cheatsheet here to help you do this.

[Github Desktop Cheatsheet](http://syllabus.codeyourfuture.io/git/cheatsheet)

You can also use this lesson to help you submit your coursework.

[Git Lesson](http://syllabus.codeyourfuture.io/git/index)

## Questions & Help

Not being able to submit your coursework is not an excuse for not doing it.

If you cannot submit your coursework you **must** message us on Slack to get help.
<!--
Do not edit this file.
Make a change to the template and then pull changes.
https://github.com/CodeYourFuture/CYF-Coursework-Template
-->
# How To Submit Your Coursework
You should use Git & Github to submit your coursework as a pull request.
You can use the Github Desktop cheatsheet here to help you do this.
[Github Desktop Cheatsheet](http://syllabus.codeyourfuture.io/git/cheatsheet)
You can also use this lesson to help you submit your coursework.
[Git Lesson](http://syllabus.codeyourfuture.io/git/index)
## Questions & Help
Not being able to submit your coursework is not an excuse for not doing it.
If you cannot submit your coursework you **must** message us on Slack to get help.
Loading