pause translation contributions; updates to readme

This commit is contained in:
Sara Gibbons
2023-07-10 12:43:16 -04:00
parent 03c3ee841c
commit 4360f40d53
8 changed files with 31 additions and 161 deletions

View File

@@ -1,70 +0,0 @@
---
name: Translations Checklist
about: These are all the files that need to be translated
title: "[TRANSLATIONS]"
labels: translations
assignees: ''
---
- [ ] Base README.md
- [ ] for-teachers.md
- [ ] Quizzes
- [ ] 1-getting-started-lessons base README
- [ ] intro-to-programming-languages README
- [ ] intro-to-programming-languages assignment
- [ ] github-basics README
- [ ] accessibility README
- [ ] accessibility assignment
- [ ] 2-js-basics base README
- [ ] data-types README
- [ ] data-types assignment
- [ ] functions-methods README
- [ ] functions-methods assignment
- [ ] making-decisions README
- [ ] making-decisions assignment
- [ ] arrays-loops README
- [ ] arrays-loops assignment
- [ ] 3-terrarium base README
- [ ] intro-to-html README
- [ ] intro-to-html assignment
- [ ] intro-to-css README
- [ ] intro-to-css assignment
- [ ] intro-to-DOM-and-closures README
- [ ] intro-to-DOM-and-closures assignment
- [ ] 4-typing-game base README
- [ ] typing-game README
- [ ] typing-game assignment
- [ ] 5-browser-extension base README
- [ ] about-browsers README
- [ ] about-browsers assignment
- [ ] forms-browsers-local-storage README
- [ ] forms-browsers-local-storage assignment
- [ ] background-tasks-and-performance README
- [ ] background-tasks-and-performance assignment
- [ ] solution base README
- [ ] start base README
- [ ] 6-space-game base README
- [ ] introduction README
- [ ] introduction assignment
- [ ] drawing-to-canvas README
- [ ] drawing-to-canvas assignment
- [ ] moving-elements-around README
- [ ] moving-elements-around assignment
- [ ] collision-detection README
- [ ] collision-detection assignment
- [ ] keeping-score README
- [ ] keeping-score assignment
- [ ] end-condition README
- [ ] end-condition assignment
- [ ] 7-bank-project base README
- [ ] template-route README
- [ ] template-route assignment
- [ ] forms README
- [ ] forms assignment
- [ ] data README
- [ ] data assignment
- [ ] state-management README
- [ ] state-management assignment
- [ ] solution base README
- [ ] API base README

View File

@@ -1,38 +0,0 @@
## Track translation progress by opening a draft PR using this template and checking off the translations completed
Each lesson includes a translation of the README.md and the Assignment.md file, if available. Only mark the lesson complete if both those files are translated per lesson, please.
- [ ] 1
- [ ] 1-1
- [ ] 1-2
- [ ] 1-3
- [ ] 2
- [ ] 2
- [ ] 2-1
- [ ] 2-2
- [ ] 2-3
- [ ] 2-4
- [ ] 3
- [ ] 3-1
- [ ] 3-2
- [ ] 3-3
- [ ] 4
- [ ] 4-1
- [ ] 5
- [ ] 5-1
- [ ] 5-2
- [ ] 5-3
- [ ] 6
- [ ] 6-1
- [ ] 6-2
- [ ] 6-3
- [ ] 6-4
- [ ] 6-5
- [ ] 6-6
- [ ] 7
- [ ] 7-1
- [ ] 7-2
- [ ] 7-3
- [ ] 7-4
- [ ] Quiz (add a file in the quiz-app with all localizations)

View File

@@ -1,38 +0,0 @@
## Track translation progress by opening a draft PR using this template and checking off the translations completed
Each lesson includes a translation of the README.md and the Assignment.md file, if available. Only mark the lesson complete if both those files are translated per lesson, please.
- [ x ] 1
- [ x ] 1-1
- [ x ] 1-2
- [ x ] 1-3
- [ ] 2
- [ ] 2
- [ ] 2-1
- [ ] 2-2
- [ ] 2-3
- [ ] 2-4
- [ ] 3
- [ ] 3-1
- [ ] 3-2
- [ ] 3-3
- [ ] 4
- [ ] 4-1
- [ ] 5
- [ ] 5-1
- [ ] 5-2
- [ ] 5-3
- [ ] 6
- [ ] 6-1
- [ ] 6-2
- [ ] 6-3
- [ ] 6-4
- [ ] 6-5
- [ ] 6-6
- [ ] 7
- [ ] 7-1
- [ ] 7-2
- [ ] 7-3
- [ ] 7-4
- [ ] Quiz (add a file in the quiz-app with all localizations)

12
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,12 @@
# Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Fixes # (issue)
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update