Skip to content

Improve issue templates - #40

Merged
StrangeRanger merged 2 commits into
mainfrom
dev
Sep 22, 2026
Merged

StrangeRanger merged 2 commits into
mainfrom
dev

Conversation

@StrangeRanger

Copy link
Copy Markdown
Owner

This pull request updates the GitHub issue templates to improve clarity, usability, and coverage for bug reports, feature requests, and documentation suggestions. The changes standardize form fields, enhance descriptions and guidance, and add a new template specifically for documentation issues.

Issue template improvements:

  • .github/ISSUE_TEMPLATE/bug_report.yml: Refined field labels and descriptions for clarity, split expected and actual behavior into separate fields, and improved guidance for environment details and reproduction steps.
  • .github/ISSUE_TEMPLATE/feature_request.yml: Standardized field names, clarified descriptions, added a required field for target environment and requirements, and improved guidance for alternatives and proposals.

New documentation template:

  • .github/ISSUE_TEMPLATE/documentation.yml: Added a new template for suggesting documentation corrections, clarifications, or additions, including fields for scope, affected documentation, reason, proposal, and context.

Migrate bug report and feature request templates to YAML-based GitHub Forms.

This change introduces structured forms for bug reports, feature requests, and a new template for documentation suggestions. It provides specific input fields, dropdowns, and guidance to improve the issue reporting experience and ensure necessary information is captured upfront.

Blank issues are now disabled, and a direct link to the script documentation has been added to the issue template chooser.
Copilot AI lite review requested due to automatic review settings September 22, 2026 19:19
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@StrangeRanger
StrangeRanger merged commit 67c9b30 into main Sep 22, 2026
2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Restore repository/tooling submission coverage and sanitization guidance before approval.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 2 Medium severity

Open (2)
What changed in this PR

This pull request improves GitHub issue templates for bug reports and feature requests and adds documentation issue intake.

Changes:

  • Refines bug-report fields and reproduction guidance.
  • Standardizes feature-request fields and requirements.
  • Adds a documentation issue template.
File Description
.github/​ISSUE_TEMPLATE/​feature_request.yml Clarifies feature scope and requirements.
.github/​ISSUE_TEMPLATE/​documentation.yml Adds documentation feedback fields.
.github/​ISSUE_TEMPLATE/​bug_report.yml Improves bug-report structure and guidance.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

label: Relevant output
description: Paste sanitized output, including the first error and surrounding lines, and the exit status if known. No code fences needed.
label: Relevant Output
description: Paste relevant output, including the first error and surrounding lines.
Comment on lines 9 to 12
label: Scope
multiple: true
options:
- Improve an existing script
- Add a new standalone script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants