Add .gitea/ISSUE_TEMPLATE/runner-request.md
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
---
|
||||
name: Runner Request
|
||||
about: Request a new CI runner environment
|
||||
labels: runner-request
|
||||
---
|
||||
|
||||
## Runtime / Language
|
||||
<!-- e.g. Python 3.12, Node.js 20, Go 1.22 -->
|
||||
|
||||
## Required Tools & Versions
|
||||
<!-- List any specific tools, packages, or compilers needed -->
|
||||
<!-- e.g. poetry, pytest, ruff, specific pip packages -->
|
||||
|
||||
## Cross-compilation Targets (if applicable)
|
||||
<!-- e.g. thumbv6m-none-eabi, aarch64-unknown-linux-gnu -->
|
||||
<!-- Leave blank if not needed -->
|
||||
|
||||
## Example Workflow
|
||||
<!-- Paste a minimal workflow snippet that would use this runner -->
|
||||
```yaml
|
||||
jobs:
|
||||
build:
|
||||
runs-on: <proposed-label>
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: ...
|
||||
```
|
||||
|
||||
## Proposed Label
|
||||
<!-- The runs-on label for this runner, e.g. python, node, go -->
|
||||
|
||||
## Additional Notes
|
||||
<!-- Anything else the server admin/maintainer should know -->
|
||||
Reference in New Issue
Block a user