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 6 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
35 changes: 32 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: Feature Request
description: Feature request for buildtest program
title: "[FEATURE]: "
labels: [feature, triage]
Expand All @@ -8,11 +8,40 @@ 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: Please describe your feature
description: Please provide a detailed summary of the feature including its intended behavior. Please attach any related issues or pull requests
and relevant example of Buildspec or Buildtest configuration if necessary.
placeholder: |
Describe your feature here

Include Buildspec or Buildtest configuration here if necessary
```yaml
version: "1.0"
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
buildspecs:
hello_world:
type: script
executor: generic.local.sh
run: echo "hello world"
```
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: false

- type: textarea
id: notes
attributes:
label: Additional Information
description: Please provide any additional information that may include screenshots, attachments
prathmesh4321 marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: false

- type: checkboxes
id: slackterms
attributes:
Expand Down