|
1 | 1 | name: '🐛 Bug Report' |
2 | 2 | description: Report a bug with the template or generated projects |
3 | | -labels: [bug] |
| 3 | +labels: [bug, needs-triage] |
4 | 4 | title: '[Bug] ' |
5 | 5 |
|
| 6 | +# Label Mapping Documentation for GitHub Actions: |
| 7 | +# |
| 8 | +# Scope mapping (based on issue_scope field): |
| 9 | +# - "Template (generation, hooks, template scripts)" → scope:template |
| 10 | +# - "Generated Project (nox, dependencies, tooling)" → scope:generated |
| 11 | +# |
| 12 | +# Component mapping (based on issue_category field): |
| 13 | +# - "Template - Nox commands" → component:nox |
| 14 | +# - "Template - Post-generation hooks" → component:hooks |
| 15 | +# - "*Rust extension*" → rust |
| 16 | +# - "*CI/CD*" → component:ci |
| 17 | +# - "*Container/Docker*" → component:container |
| 18 | +# - "*Documentation*" → documentation (remove from primary) |
| 19 | +# - "*Testing*" → component:testing |
| 20 | +# - "*Security*" → component:security |
| 21 | +# - "*Dependency*" → dependencies (add as primary) |
| 22 | +# |
| 23 | +# Priority mapping (based on severity field): |
| 24 | +# - "Critical (blocks all usage)" → priority:critical |
| 25 | +# - "High (blocks major functionality)" → priority:high |
| 26 | +# - "Medium (workaround available)" → priority:medium |
| 27 | +# - "Low (minor inconvenience)" → priority:low |
| 28 | +# |
| 29 | +# Environment mapping (when relevant): |
| 30 | +# - python_version: "3.9" → python:3.9, etc. |
| 31 | +# - os: "macOS*" → os:macos, "Linux*" → os:linux, "Windows*" → os:windows, "WSL*" → os:wsl |
| 32 | +# |
| 33 | +# Feature flags: |
| 34 | +# - rust_extension: "Yes" → rust |
| 35 | + |
6 | 36 | body: |
7 | 37 | - type: markdown |
8 | 38 | attributes: |
|
0 commit comments