Skip to content

Commit e4ef89c

Browse files
committed
Fix 'prettier' issues
1 parent d658176 commit e4ef89c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# programme
2+
23
Documents the HYF programme, courses and modules

contributing/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
# Contributing
22

3-
Everyone is welcome to fork/clone the repo and contribute to improving the programme.
3+
Everyone is welcome to fork/clone the repo and contribute to improving the programme.
44

55
If you would like to take a more active role in contributing as a volunteer of HYF Denmark, join #curriculum-crew on Slack to get involved.
66
Write in there to introduce yourself, and a staff member will onboard you and set you up with permissions.
77

88
## How to contribute
9+
910
(We will flesh these processes more as we go...)
1011

1112
### Existing issues
13+
1214
Very briefly: check the project board "Todo" column, choose one ideally near the top, assign it, clone the repo, do it, make a PR, get feedback, profit.
1315

1416
### New ideas
17+
1518
Very briefly: Create an issue on this repo, get some feedback, and we'll prioritise them together at the next meeting.
1619

1720
Note: You are always welcome to open issues/create PRs for new ideas, whenever you like. It's an open source project. If we are currently working together towards a project goal, then it would be most helpful to prioritise tasks for that first, though.
1821

1922
## How permissions work
23+
2024
Permissions are managed through GitHub teams, their roles on this repo, and branch rules.
25+
2126
- _HYF Staff_ members have the admin role (to do things like changing repo settings, inviting new contributors).
2227
- Members of the _Curriculum Crew_ team on GitHub have the write role (to do things like cloning, pushing branches, approving PRs - any volunteer is welcome here!).
2328
- Two approvals by anyone in _Curriculum Crew_ or _HYF Staff_ are required on a PR before merging is allowed.

courses/Foundation/HTML-CSS/The-one-and-only-week1/Session-exercise-template/order.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)