-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Vocab Sets
This guide is for teachers, parents, and other contributors who want to add a custom word set to Vocabulary Practice. You do not need to install the app or write code. You will create a simple spreadsheet file and submit it through GitHub’s website.
After your submission is reviewed and merged, your set will appear in the app the next time a new version is released. Students can then find it using the search bar on the word set screen (for example, by searching your name or school).
- Create a vocabulary file in Google Sheets (or Excel).
- Save it as a CSV file with a specific name.
- Copy the project on GitHub (called a fork).
- Upload your file to the project.
- Open a pull request (PR) so the team can review and add your set.
A pull request is a request to add your changes to the official app. Think of it like handing in an assignment for review before it goes into the final product.
- A free GitHub account
- A list of words, definitions, and grade levels
- About 20–30 minutes for your first submission
Every set needs a unique set ID: a short name using only lowercase letters, numbers, and hyphens.
Good examples:
ms-frizzle-1st-grade-week-1lincoln-3rd-grade-spring-2026room-12-science-words
Do not use:
- Spaces (
ms frizzle week 1) - Uppercase letters (
Ms-Frizzle-Week-1) - The prefix
vocab-set-(reserved for built-in sets)
Your file name must exactly match your set ID, plus .csv:
ms-frizzle-1st-grade-week-1.csv
- Open the project on GitHub: vocab-aloud-app.
- Go to data/vocabulary/community/.
- Open
_template.csv. - Click the Raw button (or Download), then open the file in Google Sheets.
The lines at the top start with #. These describe your set. Fill in every required line.
| Line | Required? | Example |
|---|---|---|
# set_id,... |
Yes | ms-frizzle-1st-grade-week-1 |
# title,... |
Yes | Ms. Frizzle — 1st Grade Week 1 |
# teacher,... |
Recommended | Ms. Frizzle |
# school,... |
Recommended | Lincoln Elementary |
# description,... |
Optional | Weekly vocabulary for room 12 |
# theme,... |
Optional | Science & Nature |
Why teacher and school matter: students search for sets by teacher name, school, or set title in the app. The more you fill in, the easier it is to find your set.
Below the header row Word,Category,Meaning,..., add one row per word.
| Column | What to enter | Example |
|---|---|---|
| Word | The vocabulary word | Gather |
| Category | Subject area (see list below) | Instructional Language |
| Meaning | Kid-friendly definition | To bring things together |
| Related Words | Optional; not shown in app today | collect assemble |
| Grade |
Pre-K, K, 1, 2, 3, 4, or 5
|
1 |
| Difficulty |
easy, medium, or hard
|
easy |
Allowed categories (copy exactly, including capitalization):
- Communication & Discussion
- Directional Language
- Feelings & Emotions
- Instructional Language
- Learning & Research
- Mathematics
- Progress & Learning
- Punctuation
- Reading & Writing
- Scientific Thinking
- Sequence Words
- Thinking & Reasoning
- Use simple definitions a child can understand.
- Avoid commas in definitions if possible. If you need a comma, wrap the whole cell in quotes when exporting.
- Include at least one word per set.
- Double-check spelling before you submit.
- In Google Sheets: File → Download → Comma Separated Values (.csv).
- Rename the downloaded file to match your set ID, for example:
ms-frizzle-1st-grade-week-1.csv
Open the file in a plain text editor (Notepad, TextEdit) and confirm:
- The
# set_id,...line matches your file name (without.csv). - The word header row is present:
Word,Category,Meaning,Related Words,Grade,Difficulty - Your words appear below that row.
If you do not have permission to edit the project directly, you need your own copy first. GitHub calls this a fork.
- Sign in to GitHub.
- Open the main project page.
- Click the Fork button (top right).
- Leave the settings as default and click Create fork.
You now have your own copy under your GitHub username, for example:
https://github.com/YOUR-USERNAME/vocab-aloud-app
- On your fork, open the folder:
data → vocabulary → community - Click Add file → Upload files.
- Drag your CSV file into the upload area (or click choose your files).
- At the bottom, in Commit changes:
-
Title: something like
Add ms-frizzle 1st grade week 1 vocabulary set - Description (optional): your name, school, and grade level
-
Title: something like
- Click Commit changes.
GitHub saves the file to your fork. It is not in the official app yet.
A pull request asks the project maintainers to add your file to the official app.
-
After committing, GitHub may show a yellow banner: “Compare & pull request”. Click it.
If you do not see the banner:- Go to the original project (not your fork).
- Click the Pull requests tab.
- Click New pull request.
- Click compare across forks.
- Set base repository to the official repo, branch
main. - Set head repository to your fork, branch
main. - Click Create pull request.
-
Fill in the pull request:
-
Title:
Add vocabulary set: [your set title] -
Description: include:
- Teacher name
- School
- Grade level
- Anything we should know when reviewing
-
Title:
-
Click Create pull request.
You have now submitted your set for review.
- Automated checks run on your pull request. If you only uploaded the CSV file, one check may fail because an internal build file also needs updating. That is normal for community submissions — a maintainer can fix it before merging.
- A maintainer reviews your words and metadata.
- If something needs fixing, they may leave a comment on the pull request. You can upload a corrected CSV the same way (Step 3) on your fork; the pull request updates automatically.
- Once approved and merged, your set is included in the next app release.
- After users update the app, students can search for your set by teacher name, school, title, or set ID.
- Open your fork on GitHub.
- Go to data/vocabulary/community/ and click your CSV file.
- Click the pencil icon (Edit this file).
- Make your changes in the browser, or paste in updated content.
- Click Commit changes at the bottom.
If you already have an open pull request, it updates automatically. If the set was already merged, repeat Step 4 to open a new pull request.
Before you open a pull request, confirm:
- Set ID uses only lowercase letters, numbers, and hyphens
- Set ID does not start with
vocab-set- - File name is
{set_id}.csvand matches# set_id,...in the file -
# title,...is filled in -
# teacher,...and# school,...are filled in (recommended) - At least one word row is present
- Grade values are: Pre-K, K, 1, 2, 3, 4, or 5
- Difficulty values are: easy, medium, or hard
- Categories match the allowed list exactly
If GitHub feels overwhelming, you can:
- Ask a colleague who has used GitHub before to walk through Steps 2–4 with you, or
- Open a GitHub Issue on the project describing your set (teacher name, school, word list), and a maintainer can help create the file for you.
# set_id,ms-frizzle-1st-grade-week-1
# title,Ms. Frizzle — 1st Grade Week 1
# teacher,Ms. Frizzle
# school,Lincoln Elementary
# description,Weekly vocabulary for room 12
# theme,Science & Nature
Word,Category,Meaning,Related Words,Grade,Difficulty
Gather,Instructional Language,To bring things together,collect assemble,1,easy
Species,Scientific Thinking,A group of similar living things that can reproduce,kind classification,4,hardThank you for contributing vocabulary sets. Your words help more children practice and learn.