arrow_backRetour aux issues
lingdojo/kana-dojo
#28981
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
[Good First Issue] 🍶 Add new Anime Quote 118 - Beginner-Friendly Open-source Contribution
ecoDébutant
enhancement
help wanted
good first issue
hacktoberfest
community
low hanging fruit
up-for-grabs
first-timers-only
descriptionDescription
## 🟢 Good First Issue: Add Anime Quote #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 Famous Anime Quote
**Category:** Community Contribution - Anime Quote
**Difficulty:** Easy (good first issue!)
**Estimated Time:** <1 min
---
### 🎯 Your Task
Add this iconic anime quote so learners can enjoy Japanese pop culture!
### The Quote
| Japanese | Romaji | English |
|----------|--------|---------|
| **おれは人間を超越する!** | Ore wa ningen o chouetsu suru! | I will transcend humanity! (alt wording 14) (alt wording 66) |
**Anime:** JoJo's Bizarre Adventure: Battle Tendency
**Character:** Kars
### 📝 Instructions
1. Star our repo ⭐
2. Fork our repo 🍴
3. Open [`community/content/anime-quotes.json`](../blob/main/community/content/anime-quotes.json) in your browser (click the link!)
4. Scroll to the bottom of the file and paste the following anime quote object just before the closing `]`:
```json
{
"japanese": "おれは人間を超越する!",
"romaji": "Ore wa ningen o chouetsu suru!",
"english": "I will transcend humanity! (alt wording 14) (alt wording 66)",
"anime": "JoJo's Bizarre Adventure: Battle Tendency",
"character": "Kars"
}
```
5. Add a comma after the previous last entry in the array (so the JSON stays valid)
6. Save the file and commit the changes
7. Submit a Pull Request with title: `content: add anime quote`
8. Link this issue using `Closes #`
9. 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. No setup is required.
**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](../blob/main/docs/CONTRIBUTING-BEGINNERS.md) for step-by-step instructions._
Issues similaires
lingdojo/kana-dojo
star3.2k
Poids du dépôt lourd
[Good First Issue] 🐡 Add new Japan Fact 251 - Beginner-Friendly Open-source Contribution
## 🟢 Good First Issue: Add Japan Fact #251 — Beginner-Friendly Open Source Contribution ![Time: <1 minute](https://img…
TypeScript
enhancement
help wanted
WasiqB/multiple-cucumber-html-reporter
star281
Poids du dépôt moyen
Error bucketing
It would be great to bucket the errors in different types i.e. Code exception, configuration exception, environmental e…
TypeScript
enhancement
help wanted
StellarLock/StellarLock
star0
Poids du dépôt léger
LP lock links omit the /token|lp/ URL segment, causing wrong-type lookups on the detail page
## Summary Lock detail links should include the lock's kind in the URL, e.g. `/app/lock/lp/:id` or `/app/lock/token/:i…
TypeScript
bug
good first issue