From 7c2325fcc9f642becd76cc5375e0a284b4d723fb Mon Sep 17 00:00:00 2001 From: ExpensiveKoala Date: Fri, 23 Jun 2023 23:31:53 -0700 Subject: [PATCH] Create set-tracking-issue.md --- .github/templates/set-tracking-issue.md | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/templates/set-tracking-issue.md diff --git a/.github/templates/set-tracking-issue.md b/.github/templates/set-tracking-issue.md new file mode 100644 index 00000000000..19cef91631c --- /dev/null +++ b/.github/templates/set-tracking-issue.md @@ -0,0 +1,34 @@ +This checklist is here to help manage the implementation of {{setName}}. If a card is marked as being in progress then someone is working on it. + +If you're new to implementing cards then you likely don't have permission to check things off. This is totally fine! We still appreciate your contributions so just leave a comment to let us know that you're working on it. + +Don't worry about moving things from in progress to completed either, this issue is automatically updated by github actions, and don't worry about fixing text issues as those are usually handled when the set is done. + +[All Sets](https://github.com/magefree/mage/wiki/Set-implementation-list) + + +{{#hasUnimplementedCards}} +# Unimplemented Cards + +{#unimplementedCards}} +* [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] In progress -- [{{name}}]({{scryfall}}) +{{/unimplementedCards}} + +[Scryfall gallery of everything currently unimplemented]({{unimplementedScryfallLink}}) + +{{/hasUnimplementedCards}} +{{^hasUnimplementedCards}} +All cards are implemented +{{/hasUnimplementedCards}} + +# Implemented Cards +
+ + Click to expand + + {{#hasImplementedCards}} + {{#implementedCards}} + * [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}}) + {{/implementedCards}} + {{/hasImplementedCards}} +