mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 06:22:01 -08:00
Update set-tracking-issue.md
This commit is contained in:
parent
8b1a051e09
commit
3c7039898f
1 changed files with 4 additions and 6 deletions
10
.github/templates/set-tracking-issue.md
vendored
10
.github/templates/set-tracking-issue.md
vendored
|
|
@ -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
|
||||
<details>
|
||||
<summary>
|
||||
Click to expand
|
||||
</summary>
|
||||
<summary>Click to expand</summary>
|
||||
|
||||
{{#hasImplementedCards}}
|
||||
{{#implementedCards}}
|
||||
[{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}})
|
||||
|
||||
- [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}})
|
||||
{{/implementedCards}}
|
||||
{{/hasImplementedCards}}
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue