name: Good First Issue
about: Template for maintainers to create beginner-friendly issues
title: '[GOOD FIRST ISSUE] '
labels: 'good first issue, help wanted'
assignees: ''
Description
A clear description of what needs to be done.
Why This Matters
Explain the impact of this change.
Suggested Approach
- Step-by-step guidance
- Files to modify
- Expected outcome
Resources
- Link to relevant documentation
- Similar examples in the codebase
- External references if needed
Acceptance Criteria
Getting Started
- Fork the repository
- Create a branch:
git checkout -b fix/issue-name
- Make your changes
- Submit a PR referencing this issue
Questions?
Feel free to ask questions in the comments. We're here to help! 🙌