-
-
Notifications
You must be signed in to change notification settings - Fork 861
Description
๐ข Good First Issue: Add Example Sentence #118 โ Beginner-Friendly Open Source Contribution
๐ข No prerequisites needed! You don't need to clone the repo, install anything, or write code.
This entire contribution can be done from your browser in under 60 seconds.
Labels: good first issue, help wanted, hacktoberfest
Language: JSON (no coding required)
Time: < 1 minute
Skill Level: Absolute beginner
Add Japanese Example Sentence
Category: Community Contribution - Example Sentence
Difficulty: Easy (good first issue!)
Estimated Time: <1 min
Your Task
Add this Japanese example sentence to improve real-world reading and comprehension!
The Example Sentence
| Japanese | Romaji | English | JLPT |
|---|---|---|---|
| ใใฎๅ้กใฏๆใฃใใใ้ฃใใใชใใฃใใ | Kono mondai wa omotta yori muzukashiku nakatta. | This problem wasn't as hard as I expected. | N3 |
๐ Instructions
- Star our repo โญ
- Fork our repo ๐ด
- Open
community/content/japanese-example-sentences.jsonin your browser (click the link!) - Scroll to the bottom of the file and paste the following example sentence object just before the closing
]:
{
"japanese": "ใใฎๅ้กใฏๆใฃใใใ้ฃใใใชใใฃใใ",
"romaji": "Kono mondai wa omotta yori muzukashiku nakatta.",
"english": "This problem wasn't as hard as I expected.",
"jlpt": "N3"
}- Add a comma after the previous last entry in the array (so the JSON stays valid)
- Save the file and commit the changes
- Submit a Pull Request with title:
content: add new example sentence - Link this issue using
Closes #<issue_number> - Wait for review!
๐ Quick Info
| Difficulty | Beginner / Easy |
| Time | < 1 minute |
| Language | TypeScript, JSON |
| Framework | Next.js, React |
| Good for | First-time contributors, Hacktoberfest |
No coding experience required! This is a simple JSON/data file edit โ perfect for your first open source contribution.
Questions? Comment below and we'll help! ๐
This is a beginner-friendly, good first issue for first-time open source contributors. No coding experience needed โ just edit a JSON file! See our Beginner Contributing Guide for step-by-step instructions.