mirror of
https://github.com/actions/runner-images.git
synced 2026-01-01 06:48:14 +08:00
Improve issue templates: repro steps and labels (#1446)
* update templates * Update bug-report.md
This commit is contained in:
17
.github/ISSUE_TEMPLATE/bug-report.md
vendored
17
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -2,21 +2,21 @@
|
||||
name: Bug report
|
||||
about: Submit a bug report
|
||||
title: ''
|
||||
labels: t:Bug report
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
**Description**
|
||||
A clear and concise description of what the bug is, and why you consider it to be a bug.
|
||||
|
||||
**Area for Triage**:
|
||||
**Area for Triage**:
|
||||
<!-- See https://github.com/actions/virtual-environments/tree/main/triage-rules.yml for areas -->
|
||||
|
||||
**Question, Bug, or Feature?**:
|
||||
**Question, Bug, or Feature?**:
|
||||
<!-- Choose "Question", "Bug", or "Feature" -->
|
||||
|
||||
**Virtual environments affected**
|
||||
**Virtual environments affected**
|
||||
- [ ] macOS 10.15
|
||||
- [ ] Ubuntu 16.04 LTS
|
||||
- [ ] Ubuntu 18.04 LTS
|
||||
@@ -24,10 +24,13 @@ A clear and concise description of what the bug is, and why you consider it to b
|
||||
- [ ] Windows Server 2016 R2
|
||||
- [ ] Windows Server 2019
|
||||
|
||||
**Expected behavior**
|
||||
**Expected behavior**
|
||||
A description of what you expected to happen.
|
||||
|
||||
**Actual behavior**
|
||||
**Actual behavior**
|
||||
A description of what is actually happening.
|
||||
|
||||
**Repro steps**
|
||||
A description with steps to reproduce the issue. If your have a public example or repo to share,
|
||||
please provide the link.
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/tool-request.md
vendored
2
.github/ISSUE_TEMPLATE/tool-request.md
vendored
@@ -2,7 +2,7 @@
|
||||
name: Tool request
|
||||
about: Request a new tool or update to a tool
|
||||
title: Update/Add [tool name]
|
||||
labels: t:Enhancement
|
||||
labels: feature request, needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user