-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
π’ Good First Issue: Add Video Game Quote #72 β 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 Famous Japanese Video Game Quote
Category: Community Contribution - Video Game Quote
Difficulty: Easy (good first issue!)
Estimated Time: <1 min
Your Task
Add this iconic Japanese game quote so learners can enjoy game culture while studying!
The Video Game Quote
| Japanese | Romaji | English |
|---|---|---|
| 欑γ―γγ£γ¨εΌ·γγͺγ | Tsugi wa motto tsuyoku naru | Next time, I'll be stronger. |
Game: Pokemon series
Character: Rival characters
π Instructions
- Star our repo β
- Fork our repo π΄
- Open
community/content/japanese-videogame-quotes.jsonin your browser (click the link!) - Scroll to the bottom of the file and paste the following video game quote object just before the closing
]:
{
"japanese": "欑γ―γγ£γ¨εΌ·γγͺγ",
"romaji": "Tsugi wa motto tsuyoku naru",
"english": "Next time, I'll be stronger.",
"game": "Pokemon series",
"character": "Rival characters"
}- 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 video game quote - 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.