good_first_issue.md 853 B


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

  1. Step-by-step guidance
  2. Files to modify
  3. Expected outcome

Resources

  • Link to relevant documentation
  • Similar examples in the codebase
  • External references if needed

Acceptance Criteria

  • Criterion 1
  • Criterion 2
  • Tests added/updated
  • Documentation updated

Getting Started

  1. Fork the repository
  2. Create a branch: git checkout -b fix/issue-name
  3. Make your changes
  4. Submit a PR referencing this issue

Questions?

Feel free to ask questions in the comments. We're here to help! 🙌