mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +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
|
||||
attributes:
|
||||
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: |
|
||||
Example:
|
||||
1. In the test environment, fill out the application for a new domain
|
||||
|
|
18
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
18
.github/ISSUE_TEMPLATE/issue-default.yml
vendored
|
@ -8,25 +8,25 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Describe an issue, idea, task, bug, or story.
|
||||
Describe the ticket your are capturing in further detail.
|
||||
- type: textarea
|
||||
id: why
|
||||
attributes:
|
||||
label: Why or Acceptance Criteria
|
||||
description: What is the reason it was determined this is 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 needed captured."
|
||||
label: Ticket Description
|
||||
description: Please provide details to accurately reflect why this ticket is being captured and also what is necessary to resolve.
|
||||
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 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:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: type
|
||||
attributes:
|
||||
label: Issue Type
|
||||
description: What kind of role would take action on your issue?
|
||||
description: Does this work require
|
||||
options:
|
||||
- research (Default)
|
||||
- discovery (Default)
|
||||
- development
|
||||
- product team
|
||||
- design review
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -34,4 +34,4 @@ body:
|
|||
attributes:
|
||||
label: Link dependent issues
|
||||
description: If this ticket is dependent on another issue or blocks a current issue, please link.
|
||||
render: shell
|
||||
render: shell
|
Loading…
Add table
Add a link
Reference in a new issue