diff --git a/.github/templates/set-tracking-issue.md b/.github/templates/set-tracking-issue.md index 83c3ba827a7..e57147d29ca 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}}*{{/pr}}{{^pr}} {{/pr}}] In progress -- [{{name}}]({{scryfall}}) {{/unimplementedCards}} [Scryfall gallery of everything currently unimplemented]({{unimplementedScryfallLink}}) @@ -23,13 +23,11 @@ All cards are implemented # Implemented Cards
- - Click to expand - + Click to expand + {{#hasImplementedCards}} {{#implementedCards}} - [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}}) - + - [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}}) {{/implementedCards}} {{/hasImplementedCards}}