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