Add issue templates, support routing, and a triage label set - #44
Open
AgentKush wants to merge 5 commits into
Open
Add issue templates, support routing, and a triage label set#44AgentKush wants to merge 5 commits into
AgentKush wants to merge 5 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Jim — small quality-of-life contribution to help manage the issue tracker. All additive, nothing existing is touched.
What's in here (all under
.github/):ISSUE_TEMPLATE/bug_report.yml— a structured bug form that asks for version, OS, which part (Mod Manager / Editor / Downloads / Merge / in-game), repro steps, and — most usefully — a DebugLog.txt paste field. Should cut down the back-and-forth on reports that arrive with no version or log.ISSUE_TEMPLATE/feature_request.yml— a simple feature-request form.ISSUE_TEMPLATE/config.yml— routes "how do I install/download mods?" type questions to the Discord, the instruction video, and the README instead of the bug tracker. It setsblank_issues_enabled: false; if you'd rather keep the blank-issue option, just flip that one line totrue.labels.yml+workflows/labels.yml— a triage label set (area / type / platform / priority) on top of your existing default labels. It's add-only (won't delete or rename anything you have). To create them: Actions tab → "Sync labels" → Run workflow (it only runs when you click it — nothing runs automatically).Labels it adds:
area: mod manager,area: mod editor,area: downloads & database,area: merge,area: mod content,crash,support,needs info,needs repro,upstream,translation / non-english,platform: linux,priority: high.Totally fine to cherry-pick — take the templates and skip the labels, or vice-versa. 👍