Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename github issue template for feature request. #1430

Merged
merged 7 commits into from
Mar 28, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions .github/ISSUE_TEMPLATE/cli_feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Buildtest Command Line Feature Request
name: Buildtest Feature Request
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
description: Feature request for buildtest program
title: "[FEATURE]: "
labels: [feature, triage]
Expand All @@ -8,11 +8,27 @@ body:
- type: textarea
id: feature_description
attributes:
label: Please describe your feature request
description: Please provide a detailed summary of the feature request including name of buildtest command (buildtest build) and options including intended behavior
label: Feature request description
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
description: Please provide a detailed summary of the feature including its intended behavior
validations:
required: true

- type: textarea
id: potential_solution
attributes:
label: Suggest potential solution
description: Please describe a solution or action items you would like to propose
validations:
required: true
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved

- type: textarea
id: notes
attributes:
label: Additional notes
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
description: Add any other details or notes to consider
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: false

- type: checkboxes
id: slackterms
attributes:
Expand Down