chore: prepare release 4.4.2

This commit is contained in:
matt 2026-03-26 09:06:20 -07:00
parent e4acf22773
commit 6a76b6d45d
14 changed files with 284 additions and 6 deletions

View file

@ -0,0 +1,79 @@
name: Commander-Specific Theme Request
description: 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: "[Commander Theme] "
labels: ["commander-theme-request"]
body:
- type: markdown
attributes:
value: |
Thanks for helping improve commander coverage! Please fill out the fields below as completely as you can.
- type: input
id: commander-name
attributes:
label: Commander Name
description: Full card name of the commander.
placeholder: e.g., Atraxa, Praetors' Voice
validations:
required: true
- type: input
id: theme-name
attributes:
label: Theme Name
description: What is the commander-specific theme being requested?
placeholder: e.g., Atraxa Proliferate, Meren Reanimator
validations:
required: true
- type: checkboxes
id: request-type
attributes:
label: Request Type
options:
- label: New commander theme — this commander has no theme in the catalog for this strategy
- label: Existing theme fix — a theme exists but is missing key synergy cards or has incorrect data
- label: Theme description improvement — the description doesn't capture this commander's playstyle
- type: input
id: color-identity
attributes:
label: Commander Color Identity
description: What is the commander's color identity?
placeholder: e.g., WUBG
validations:
required: true
- type: textarea
id: description
attributes:
label: Theme Description
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?
placeholder: This commander enables...
validations:
required: true
- type: textarea
id: synergy-cards
attributes:
label: Key Synergy Cards
description: List 310 cards that are particularly important for this commander's strategy and why they synergize.
placeholder: |
- Card Name — reason it synergizes with the commander
- Card Name — reason it synergizes with the commander
- Card Name — reason it synergizes with the commander
validations:
required: true
- type: input
id: related-themes
attributes:
label: Related Themes
description: Are there existing general themes this overlaps with?
placeholder: e.g., Graveyard Recursion, +1/+1 Counters
- type: textarea
id: notes
attributes:
label: Additional Notes
description: Anything helpful — EDHREC page link, ruling clarifications, partner/background interactions, etc.

View file

@ -0,0 +1,68 @@
name: General Theme Request
description: Request a new general theme, or report an existing theme that is missing cards, misconfigured, or poorly described.
title: "[Theme Request] "
labels: ["theme-request"]
body:
- type: markdown
attributes:
value: |
Thanks for helping improve the theme catalog! Please fill out the fields below as completely as you can.
- type: input
id: theme-name
attributes:
label: Theme Name
description: What is the name of the theme? (e.g., "Graveyard Recursion", "Artifact Synergy")
placeholder: e.g., Graveyard Recursion
validations:
required: true
- type: checkboxes
id: request-type
attributes:
label: Request Type
options:
- label: New theme — this theme doesn't exist in the catalog yet
- label: Existing theme fix — a theme exists but is missing cards or has incorrect data
- label: Theme description improvement — the description is generic or unhelpful
- type: textarea
id: description
attributes:
label: Theme Description
description: In your own words, describe what this theme is about. What does a deck built around it try to do?
placeholder: This theme focuses on...
validations:
required: true
- type: textarea
id: example-cards
attributes:
label: Example Cards
description: List 310 cards that clearly represent this theme and briefly note why each fits.
placeholder: |
- Card Name — reason it fits
- Card Name — reason it fits
- Card Name — reason it fits
validations:
required: true
- type: input
id: colors
attributes:
label: Colors
description: What color(s) is this theme primarily associated with? (W/U/B/R/G/Colorless — or "All")
placeholder: e.g., B, G or All
- type: input
id: related-themes
attributes:
label: Related Themes
description: Are there existing themes in the catalog this closely relates to or overlaps with?
placeholder: e.g., Token Generation, Aristocrats
- type: textarea
id: notes
attributes:
label: Additional Notes
description: Anything else we should know? Links to EDHREC, MTG Wiki, or other resources are welcome.

View file

@ -0,0 +1,76 @@
name: Feature Request
description: Request a new app feature, UI improvement, workflow enhancement, or any functionality not related to theme or commander data.
title: "[Feature Request] "
labels: ["feature-request"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest an improvement! Please fill out the fields below.
- type: input
id: title
attributes:
label: Feature Title
description: A short, clear title for the feature.
placeholder: e.g., Add export to Moxfield format
validations:
required: true
- type: textarea
id: problem
attributes:
label: Problem / Use Case
description: What problem does this solve? Describe the situation where you'd use this feature and what you currently have to do instead.
placeholder: When I try to..., I can't because...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the feature you'd like. How would it work? Where in the UI would it live?
placeholder: I'd like to see...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you worked around this in another way? Are there existing features that partially address this?
- type: dropdown
id: priority
attributes:
label: Priority / Impact
options:
- Critical — blocks me from using the app
- High — significantly improves my workflow
- Medium — nice to have, would use often
- Low — minor convenience or polish
validations:
required: true
- type: checkboxes
id: area
attributes:
label: Affected Area
options:
- label: Deck Builder (build flow, steps, results)
- label: Theme Catalog / Theme Browser
- label: Commander Browser
- label: Random Build
- label: Owned Cards / Library
- label: Exports (CSV/TXT/JSON)
- label: Diagnostics / Logging
- label: Docker / Deployment
- label: CLI / Headless runner
- label: Other
- type: textarea
id: notes
attributes:
label: Additional Notes
description: Screenshots, mockups, links to similar features in other tools, or any other context that would help.