merge in main

This commit is contained in:
Mohammad Minaie 2023-05-17 11:54:55 -04:00
parent c3f1fcba27
commit cc1063e190
No known key found for this signature in database
GPG key ID: 6DA423F0178FEAB7

View file

@ -0,0 +1,37 @@
name: Standard Issue Tempalte
description: Create an Issue
title: "[Issue]:"
labels: ["research"]
assignees:
- kitsushadow
body:
- type: markdown
attributes:
value: |
Please fill this out best you can
- type: textarea
id: why
attributes:
label: Why or Acceptance Criteria
description: What is the reason we determined we need an issue.
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."
validations:
required: true
- type: dropdown
id: type
attributes:
label: Issue Type
description: What type of issue is this
options:
- research (Default)
- dev
- product
validations:
required: true
- type: textarea
id: Dependencies
attributes:
label: Link dependent issues
description: If this ticket is dependent on another issue or blocks a current issue, please link.
render: shell