-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Card Data Issues | ||
description: File a report for card data issues (images, text, links, etc). | ||
title: "[Card Data] - " | ||
labels: [card data, good first issue, help wanted] | ||
assignees: | ||
- ledergamesmatt | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
description: Please answer the following questions for yourself before submitting an issue. | ||
options: | ||
- label: I have searched the issue tracker to check if the issue has already been reported. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the card data issues | ||
description: Please provide any and all affected cards, FAQs, erratum, changelog pages, etc. that relate to this issue. | ||
validations: | ||
required: true |