-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1012 from GSA/dev
Release | v0.2.0.beta.1
- Loading branch information
Showing
334 changed files
with
41,224 additions
and
44,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
name: Release QA | ||
description: Use this form to create a new release QA task(s) | ||
labels: ["QA"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Introduction | ||
- type: markdown | ||
attributes: | ||
value: > | ||
Release QA tasks are associated with and/or make reference to | ||
work that is "Ready for Deployment". | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Required fields | ||
- type: dropdown | ||
id: domain | ||
attributes: | ||
label: Domain | ||
options: | ||
- a11y | ||
- design | ||
- data | ||
- ux | ||
- product owner | ||
- development | ||
- other | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: related-issues | ||
attributes: | ||
label: Related Issue(s) | ||
description: "What issues are related to this QA effort" | ||
value: > | ||
New issues that arise from this task should be created using the [Bug Report form](https://github.com/GSA/px-benefit-finder/issues/new?assignees=&labels=bug&projects=&template=bug_report_form.yml). | ||
validations: | ||
required: true | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
## Optional fields | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: "Include any additional context if needed" | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.