update suggestions from h-m-f-t

This commit is contained in:
Mohammad Minaie 2023-05-18 11:47:04 -04:00
parent a3606d6497
commit 566a0ae1db
No known key found for this signature in database
GPG key ID: 6DA423F0178FEAB7

View file

@ -1,32 +1,32 @@
name: Standard Issue Tempalte name: Standard Issue Template
description: Create an Issue description: Create an Issue
title: "[Issue]:" title: "[Issue]: "
labels: ["research"] labels: ["research"]
assignees: # assignees:
- kitsushadow # - kitsushadow
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Please fill this out best you can Describe an issue, idea, task, bug, or story.
- type: textarea - type: textarea
id: why id: why
attributes: attributes:
label: Why or Acceptance Criteria label: Why or Acceptance Criteria
description: What is the reason we determined we need an issue. description: What is the reason it was determined this is an issue.
placeholder: This issue is a product of... placeholder: This issue is a product of...
value: "While working on X or researching Y it was discovered that Z was an issue that need captured." value: "While working on X or researching Y it was discovered that Z was an issue that needed captured."
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: type id: type
attributes: attributes:
label: Issue Type label: Issue Type
description: What type of issue is this description: What kind of role would take action on your issue?
options: options:
- research (Default) - research (Default)
- dev - development
- product - product team
validations: validations:
required: true required: true
- type: textarea - type: textarea