Merge pull request #1119 from GSA/fixing-the-bug-template

Replicated the User Story Template in a few ways to see if that fixes…
This commit is contained in:
Tim Lowden
2024-01-18 10:28:04 -05:00
committed by GitHub

View File

@@ -1,8 +1,12 @@
name: Bug Report name: "Bug Report"
description: File a bug report description: "Use this template to file a bug report"
title: "[Bug]: " title: "Bug: [Brief description of the bug]"
labels: ["bug"]
labels:
- "Type: Bug"
assignees: assignees:
body: body:
- type: markdown - type: markdown
attributes: attributes:
@@ -25,7 +29,7 @@ body:
value: "A bug happened!" value: "A bug happened!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: page id: page
attributes: attributes:
label: What pages did this appear on? label: What pages did this appear on?