Problem Statement
Currently the repository does not provide GitHub issue templates for common contribution workflows such as bug reports and feature requests. This makes new issues less consistent and can leave maintainers without key details like reproduction steps, environment information, expected behavior, logs, or implementation context.
Proposed Solution
Add GitHub issue templates under .github/ISSUE_TEMPLATE/:
bug_report.md for reporting bugs, with sections for bug description, reproduction steps, expected behavior, screenshots, environment, configuration, logs, and additional context.
feature_request.md for suggesting enhancements, with sections for problem statement, proposed solution, alternatives considered, additional context, and implementation ideas.
Alternatives Considered
A single generic issue template could be used, but separate templates make the issue creation flow clearer and collect better information for each type of request.
Additional Context
Reference template examples:
- bug_report.md
- feature_request.md
Implementation Ideas
Create:
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
Problem Statement
Currently the repository does not provide GitHub issue templates for common contribution workflows such as bug reports and feature requests. This makes new issues less consistent and can leave maintainers without key details like reproduction steps, environment information, expected behavior, logs, or implementation context.
Proposed Solution
Add GitHub issue templates under
.github/ISSUE_TEMPLATE/:bug_report.mdfor reporting bugs, with sections for bug description, reproduction steps, expected behavior, screenshots, environment, configuration, logs, and additional context.feature_request.mdfor suggesting enhancements, with sections for problem statement, proposed solution, alternatives considered, additional context, and implementation ideas.Alternatives Considered
A single generic issue template could be used, but separate templates make the issue creation flow clearer and collect better information for each type of request.
Additional Context
Reference template examples:
Implementation Ideas
Create: