mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Create set-tracking-issue.md
This commit is contained in:
parent
88e687c72b
commit
7c2325fcc9
1 changed files with 34 additions and 0 deletions
34
.github/templates/set-tracking-issue.md
vendored
Normal file
34
.github/templates/set-tracking-issue.md
vendored
Normal file
|
|
@ -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
|
||||
<details>
|
||||
<summary>
|
||||
Click to expand
|
||||
</summary>
|
||||
{{#hasImplementedCards}}
|
||||
{{#implementedCards}}
|
||||
* [{{#pr}}*{{/pr}}{{^pr}} {{/pr}}] Done -- [{{name}}]({{scryfall}})
|
||||
{{/implementedCards}}
|
||||
{{/hasImplementedCards}}
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue