Skip to content

Commit 362bd1f

Browse files
committed
Linked to contribution docs in the docs repo
1 parent a673355 commit 362bd1f

File tree

3 files changed

+16
-54
lines changed

3 files changed

+16
-54
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing New Translations
2+
3+
Instructions on how to contribute to our curriculum can be found [here](https://github.com/CodeClub/curriculum_documentation/blob/master/contributing.md).

OUTLINE.md

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

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,39 @@
1-
python-curriculum
2-
=================
1+
# Code Club Python Curriculum
32

4-
These lessons make up term four of Code Club, and the earliest lessons use Turtle Graphics
3+
This repository contains the Code Club Python curriculum. It consists of lesson notes and plans in markdown format along with Python project files.
54

6-
# Lessons in Beta
5+
# New Projects
76

8-
If you're a club leader trying out these projects, please complete <a href="https://docs.google.com/forms/d/1eMCfpYe3v7eYu5M8rSqLKlmq7cczLCLHx66csgyUyVU/viewform?usp=send_form" target="_blank">this short questionnaire</a> (or email projects@codeclub.org.uk) to let us know how it went!
7+
If you're a club leader trying out new projects, please complete <a href="https://docs.google.com/forms/d/1eMCfpYe3v7eYu5M8rSqLKlmq7cczLCLHx66csgyUyVU/viewform?usp=send_form" target="_blank">this short questionnaire</a> (or email projects@codeclub.org.uk) to let us know how it went!
98

10-
##Term 1
9+
## Contributing
10+
11+
This material is openly available for everyone to use and contribute to. Right now, we’re receiving translations from all over the world.
12+
13+
Instructions on how to contribute to our curriculum can be found [here](https://github.com/CodeClub/curriculum_documentation/blob/master/contributing.md).
14+
15+
##Python 1
1116
* ASCII Art
1217
* The Year 2025
1318
* Quiz
1419
* Turtle Power
1520
* Gameshow
1621
* Compliment Generator
1722

18-
##Term 2
23+
##Python 2
1924
* Secret Messages
2025
* Teaching Turtles
2126
* Text-speak Converter
2227
* Pokedex
2328
* RPG
2429
* Minecraft 2D
2530

26-
# Additional Projects
27-
31+
##Additional Projects
2832
* Turtles All The Way Down
2933
* Hangman
3034
* Noughts and Crosses
3135
* Playing Against the Computer
3236

33-
# Feedback
34-
35-
Open an issue or submit a pull request on github, or send us an email at projects@codeclub.org.uk.
3637

3738

3839

0 commit comments

Comments
 (0)