mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +02:00
updates to language in the default issue, merger of the bug PR, and updates to some of the bug language
This commit is contained in:
parent
f4ef042314
commit
a4dae87c43
2 changed files with 10 additions and 10 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -24,7 +24,7 @@ body:
|
||||||
id: steps-to-reproduce
|
id: steps-to-reproduce
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: "How can the issue be reliably reproduced?"
|
description: "How can the issue be reliably reproduced? feel free to include screenshots or other supporting artifacts"
|
||||||
placeholder: |
|
placeholder: |
|
||||||
Example:
|
Example:
|
||||||
1. In the test environment, fill out the application for a new domain
|
1. In the test environment, fill out the application for a new domain
|
||||||
|
|
16
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
16
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
|
@ -8,25 +8,25 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Describe an issue, idea, task, bug, or story.
|
Describe the ticket your are capturing in further detail.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: why
|
id: why
|
||||||
attributes:
|
attributes:
|
||||||
label: Why or Acceptance Criteria
|
label: Ticket Description
|
||||||
description: What is the reason it was determined this is an issue.
|
description: Please provide details to accurately reflect why this ticket is being captured and also what is necessary to resolve.
|
||||||
placeholder: This issue is a product of...
|
placeholder: Provide details describing your lead up to needing this issue as well as any resolution or requirements for resolving or working on this more.
|
||||||
value: "While working on X or researching Y it was discovered that Z was an issue that needed captured."
|
value: "While (working on or discussing) (issue #000 or domain request validation) I discovered there was (a missing workflow, an improvement, a missing feature). To resolve this (more research, a new feature, a new field, an interview) is required. Provide any links, screenshots, or mockups which would further detail the description."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: type
|
id: type
|
||||||
attributes:
|
attributes:
|
||||||
label: Issue Type
|
label: Issue Type
|
||||||
description: What kind of role would take action on your issue?
|
description: Does this work require
|
||||||
options:
|
options:
|
||||||
- research (Default)
|
- discovery (Default)
|
||||||
- development
|
- development
|
||||||
- product team
|
- design review
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue