Problem
The repository lacks dedicated templates for Issues and Pull Requests, which can lead to inconsistent or incomplete reporting and submission by contributors. Having standardized templates improves clarity and speeds up the review process.
Proposal
- Add an Issue template that guides users to provide key information when reporting bugs, requesting features, or asking questions.
- Add a Pull Request template to ensure contributors provide context, testing steps, and any required documentation.
Tasks
- Create a .github/ISSUE_TEMPLATE/ directory if it doesn't exist.
- Add one or more Markdown Issue templates (e.g., bug_report.md, feature_request.md).
- Add a PULL_REQUEST_TEMPLATE.md in .github/ (or as appropriate).
- Ensure templates include clear sections for description, steps to reproduce, expected/actual behavior (issues), and for context, testing, and documentation (PRs).
Acceptance Criteria
- All new Issues and Pull Requests use the new templates by default.
- Templates are clear and help reduce back-and-forth for missing information.
Reactions are currently unavailable
Problem
The repository lacks dedicated templates for Issues and Pull Requests, which can lead to inconsistent or incomplete reporting and submission by contributors. Having standardized templates improves clarity and speeds up the review process.
Proposal
Tasks
Acceptance Criteria