diff --git a/.github/templates/set-tracking-issue.md b/.github/templates/set-tracking-issue.md index 41dd036df1e..f407440e13a 100644 --- a/.github/templates/set-tracking-issue.md +++ b/.github/templates/set-tracking-issue.md @@ -11,7 +11,7 @@ Don't worry about moving things from in progress to completed either, this issue # Unimplemented Cards {{#unimplementedCards}} -- [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] In progress -- [{{name}}]({{scryfall}}) +- [{{#pr}}x{{/pr}}{{^pr}} {{/pr}}] In progress -- [{{name}}]({{scryfall}}) {{/unimplementedCards}} [Scryfall gallery of everything currently unimplemented]({{unimplementedScryfallLink}}) @@ -24,11 +24,13 @@ All cards are implemented # Implemented Cards
Click to expand +
{{#hasImplementedCards}} {{#implementedCards}} - - [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}}) + - [{{#pr}}x{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}}) {{/implementedCards}} {{/hasImplementedCards}}
+