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 4 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
25 changes: 19 additions & 6 deletions .github/ISSUE_TEMPLATE/cli_feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Buildtest Feature Request
name: Feature Request
description: Feature request for buildtest program
title: "[FEATURE]: "
labels: [feature, triage]
Expand All @@ -8,8 +8,21 @@ body:
- type: textarea
id: feature_description
attributes:
label: Feature request description
description: Please provide a detailed summary of the feature including its 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

Expand All @@ -19,13 +32,13 @@ body:
label: Suggest potential solution
description: Please describe a solution or action items you would like to propose
validations:
required: true
required: false

- type: textarea
id: notes
attributes:
label: Additional notes
description: Add any other details or notes to consider
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

Expand Down