mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
merge in main
This commit is contained in:
parent
c3f1fcba27
commit
cc1063e190
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue