Skip to content

docs(374): 📝 add feature request template#429

Open
SeanAlexanderHarris wants to merge 1 commit intomainfrom
374/add-feature-request-template
Open

docs(374): 📝 add feature request template#429
SeanAlexanderHarris wants to merge 1 commit intomainfrom
374/add-feature-request-template

Conversation

@SeanAlexanderHarris
Copy link
Copy Markdown
Contributor

helps users submit requests for new features or enhancements in a structured way

helps users submit requests for new features or enhancements in a structured way
@prolific-snyk
Copy link
Copy Markdown

prolific-snyk commented Apr 30, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@SeanAlexanderHarris SeanAlexanderHarris marked this pull request as ready for review April 30, 2026 21:23
@SeanAlexanderHarris SeanAlexanderHarris requested a review from a team as a code owner April 30, 2026 21:23
Copilot AI review requested due to automatic review settings April 30, 2026 21:23
@SeanAlexanderHarris SeanAlexanderHarris requested a review from a team as a code owner April 30, 2026 21:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a GitHub Issue Form template to help users submit feature requests in a structured, repeatable format for this CLI project.

Changes:

  • Introduces a new Feature Request issue form with an intro message.
  • Adds two required textarea prompts (problem + proposed solution).
  • Applies the enhancement label to submitted feature requests.

@@ -0,0 +1,18 @@
name: Feature Request
description: Suggest an idea, feature, or enhancement
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

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

To keep issue templates consistent with the existing bug report form, consider adding the same top-level metadata fields here (e.g., a title prefix and the type field). BUG_REPORT.yml includes title and type, which helps with consistent issue naming and categorization in GitHub.

Suggested change
description: Suggest an idea, feature, or enhancement
description: Suggest an idea, feature, or enhancement
title: "[Feature Request]: "
type: Feature

Copilot uses AI. Check for mistakes.
Comment on lines +9 to +14
- type: textarea
attributes:
label: What is the problem this would solve and/or feature it would enhance?
validations:
required: true
- type: textarea
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

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

The textarea fields don’t have id values. In BUG_REPORT.yml, each form element has an id, which makes the submitted form data stable for future automation (and avoids ambiguity if labels change). Consider adding unique ids for these textareas (and optionally descriptions/placeholders like the bug template does).

Suggested change
- type: textarea
attributes:
label: What is the problem this would solve and/or feature it would enhance?
validations:
required: true
- type: textarea
- type: textarea
id: problem
attributes:
label: What is the problem this would solve and/or feature it would enhance?
validations:
required: true
- type: textarea
id: proposal

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

@benmatselby benmatselby left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants