Improve issue templates: repro steps and labels (#1446)

* update templates

* Update bug-report.md
This commit is contained in:
Maxim Lobanov
2020-08-20 11:26:05 +03:00
committed by GitHub
parent 1b65e22637
commit b111f638e3
2 changed files with 11 additions and 8 deletions
+5 -2
View File
@@ -2,12 +2,12 @@
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**:
@@ -28,6 +28,9 @@ A clear and concise description of what the bug is, and why you consider it to b
A description of what you expected to happen.
**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.
+1 -1
View File
@@ -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: ''
---