Sync issue templates: record the kind as an issue type - #64
Conversation
|
| Filename | Overview |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds the Bug issue type to the existing bug-report form without changing its labels, assignment, or fields. |
| .github/ISSUE_TEMPLATE/feature_request.yml | Adds the Enhancement issue type to the existing feature-request form without changing its labels, assignment, or fields. |
Reviews (5): Last reviewed commit: "Merge branch 'main' into chore/issue-typ..." | Re-trigger Greptile
Valgrind Memory Checks - PASSED%%{init: {'themeVariables': {'pie1': '#2da44e', 'pie2': '#cf222e'}}}%%
pie showData
title Test binaries under Valgrind (28 total)
"Clean" : 28
"Leaking" : 0
Full valgrind output (last 300 lines)A/B Benchmark Report - report-onlyOutput (last 300 lines)Commit |
3fdcc9e to
1013f60
Compare
|
Updated: It only means invited to this repo, which can be read-only or triage-level, so it does not imply the ability to set priority and status. Removing The template-sync branches were also rebuilt from |
Every form now sets a type (Bug, Enhancement, Documentation, Chore or Decision), so kind is a first-class field rather than something inferred from which form was used and re-encoded as a label at triage. Synced from muxlang/.github/templates - not hand-edited. Part of muxlang/mux-context#19
65b9a17 to
adcdff0
Compare
|



Every form now sets an issue type - Bug, Enhancement, Documentation, Chore or Decision - so kind is a first-class field rather than something inferred from which form was used and then re-encoded as a label during triage.
The org types were created and all open issues backfilled; see muxlang/.github#8 for the source change and the full mapping.
Synced from
muxlang/.github/templates, not hand-edited.Part of muxlang/mux-context#19