Skip to content

[Good First Issue] 🎏 Add new Trivia Question 14 - Beginner-Friendly Open-source Contribution #29528

Description

@tentoumushii

🟒 Good First Issue: Add Trivia Question #14 β€” Beginner-Friendly Open Source Contribution

Time: <1 minute Difficulty: Beginner No Code Required

🟒 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 New Trivia Question

Category: Community Contribution - Trivia
Difficulty: Easy (good first issue!)
Estimated Time: <1 min


🎯 Your Task

Add this trivia question to our growing quiz bank!

The Trivia Question

Question: Which Japanese island is the southernmost of the four main islands?

Answers:

  1. Honshu
  2. Hokkaido
  3. Shikoku
  4. Kyushu

Correct Answer Index: 3

πŸ“ Instructions

  1. Star our repo ⭐
  2. Fork our repo 🍴
  3. Open community/content/japan-trivia-medium.json in your browser (click the link!)
  4. Scroll to the bottom of the file and paste the following trivia object just before the closing ]:
{
  "question": "Which Japanese island is the southernmost of the four main islands?",
  "difficulty": "medium",
  "answers": [
    "Honshu",
    "Hokkaido",
    "Shikoku",
    "Kyushu"
  ],
  "correctIndex": 3
}
  1. Add a comma after the previous last entry in the array (so the JSON stays valid)
  2. Save the file and commit the changes
  3. Submit a Pull Request with title: content: add new trivia question
  4. Link this issue using Closes #<issue_number>
  5. 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 for step-by-step instructions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions