Skip to content

[Feature]: Add GitHub issue templates for bug reports and feature requests #289

@sundaram2021

Description

@sundaram2021

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:

  1. bug_report.md
  2. feature_request.md

Implementation Ideas

Create:

.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions