mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-04-05 20:57:16 +02:00
This commit is contained in:
parent
3c834222f8
commit
e4acf22773
3 changed files with 120 additions and 0 deletions
41
.github/ISSUE_TEMPLATE/commander-specific-theme-request.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/commander-specific-theme-request.md
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
name: Commander-Specific Theme Request
|
||||||
|
about: Request a new theme tied to a specific commander's abilities, or report an
|
||||||
|
existing commander theme that is missing, misconfigured, or lacking synergy coverage.
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Commander Name
|
||||||
|
_Full card name of the commander. (e.g., "Atraxa, Praetors' Voice")_
|
||||||
|
|
||||||
|
### Theme Name
|
||||||
|
_What is the commander-specific theme being requested? (e.g., "Atraxa Proliferate", "Meren Reanimator")_
|
||||||
|
|
||||||
|
### Request Type
|
||||||
|
- [ ] New commander theme — this commander has no theme in the catalog for this strategy
|
||||||
|
- [ ] Existing theme fix — a theme exists but is missing key synergy cards or has incorrect data
|
||||||
|
- [ ] Theme description improvement — the description doesn't capture this commander's playstyle
|
||||||
|
|
||||||
|
### Commander Color Identity
|
||||||
|
_What is the commander's color identity? (e.g., WUBG)_
|
||||||
|
|
||||||
|
### Theme Description
|
||||||
|
_Describe how this theme works specifically with this commander. What does the deck try to do, and how does the commander enable or lead that strategy?_
|
||||||
|
|
||||||
|
### Key Synergy Cards
|
||||||
|
_List 3–10 cards that are particularly important for this commander's strategy. Include the card name and why it synergizes._
|
||||||
|
|
||||||
|
```
|
||||||
|
- Card Name — reason it synergizes with the commander
|
||||||
|
- Card Name — reason it synergizes with the commander
|
||||||
|
- Card Name — reason it synergizes with the commander
|
||||||
|
```
|
||||||
|
|
||||||
|
### Related Themes
|
||||||
|
_Are there existing general themes this overlaps with? (e.g., a Meren Reanimator request would overlap with "Graveyard Recursion")_
|
||||||
|
|
||||||
|
### Additional Notes
|
||||||
|
_Anything else helpful — EDHREC page link, ruling clarifications, partner/background interactions, etc._
|
||||||
38
.github/ISSUE_TEMPLATE/general-theme-request.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/general-theme-request.md
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: General Theme Request
|
||||||
|
about: Request a new general theme, or report an existing theme that is missing cards,
|
||||||
|
misconfigured, or poorly described.
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Theme Name
|
||||||
|
_What is the name of the theme? (e.g., "Graveyard Recursion", "Artifact Synergy")_
|
||||||
|
|
||||||
|
### Request Type
|
||||||
|
- [ ] New theme — this theme doesn't exist in the catalog yet
|
||||||
|
- [ ] Existing theme fix — a theme exists but is missing cards or has incorrect data
|
||||||
|
- [ ] Theme description improvement — the description is generic/unhelpful
|
||||||
|
|
||||||
|
### Theme Description
|
||||||
|
_In your own words, describe what this theme is about. What does a deck built around it try to do?_
|
||||||
|
|
||||||
|
### Example Cards
|
||||||
|
_List 3–10 cards that clearly represent this theme. Include the card name and a brief note on why it fits._
|
||||||
|
|
||||||
|
```
|
||||||
|
- Card Name — reason it fits
|
||||||
|
- Card Name — reason it fits
|
||||||
|
- Card Name — reason it fits
|
||||||
|
```
|
||||||
|
|
||||||
|
### Colors
|
||||||
|
_What color(s) is this theme primarily associated with? (W/U/B/R/G/Colorless — or "All")_
|
||||||
|
|
||||||
|
### Related Themes
|
||||||
|
_Are there existing themes in the catalog this is closely related to or overlaps with?_
|
||||||
|
|
||||||
|
### Additional Notes
|
||||||
|
_Anything else we should know? Links to relevant resources (EDHREC, MTG Wiki, etc.) are welcome._
|
||||||
41
.github/ISSUE_TEMPLATE/other-feature-request-.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/other-feature-request-.md
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
name: 'Other Feature Request '
|
||||||
|
about: Request a new app feature, UI improvement, workflow enhancement, or any functionality
|
||||||
|
not related to theme or commander data.
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Feature Title
|
||||||
|
_A short, clear title for the feature. (e.g., "Add export to other format", "Show mana curve histogram in diagnostics")_
|
||||||
|
|
||||||
|
### Problem / Use Case
|
||||||
|
_What problem does this solve? Describe the situation where you'd use this feature and what you're currently having to do instead._
|
||||||
|
|
||||||
|
### Proposed Solution
|
||||||
|
_Describe the feature you'd like. How would it work? Where in the UI would it live?_
|
||||||
|
|
||||||
|
### Alternatives Considered
|
||||||
|
_Have you worked around this in another way? Are there existing features that partially address this?_
|
||||||
|
|
||||||
|
### Priority / Impact
|
||||||
|
- [ ] Critical — blocks me from using the app
|
||||||
|
- [ ] High — significantly improves my workflow
|
||||||
|
- [ ] Medium — nice to have, would use often
|
||||||
|
- [ ] Low — minor convenience or polish
|
||||||
|
|
||||||
|
### Affected Area
|
||||||
|
- [ ] Deck Builder (build flow, steps, results)
|
||||||
|
- [ ] Theme Catalog / Theme Browser
|
||||||
|
- [ ] Commander Browser
|
||||||
|
- [ ] Random Build
|
||||||
|
- [ ] Owned Cards / Library
|
||||||
|
- [ ] Exports (CSV/TXT/JSON)
|
||||||
|
- [ ] Diagnostics / Logging
|
||||||
|
- [ ] Docker / Deployment
|
||||||
|
- [ ] Other — describe below
|
||||||
|
|
||||||
|
### Additional Notes
|
||||||
|
_Screenshots, mockups, links to similar features in other tools, or any other context that would help._
|
||||||
Loading…
Add table
Add a link
Reference in a new issue