From b111f638e3c9642540088d8a42f34f570808dc95 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Thu, 20 Aug 2020 11:26:05 +0300 Subject: [PATCH] Improve issue templates: repro steps and labels (#1446) * update templates * Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 17 ++++++++++------- .github/ISSUE_TEMPLATE/tool-request.md | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 0b5c2fe64..b95d5ebc2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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**: -**Question, Bug, or Feature?**: +**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. diff --git a/.github/ISSUE_TEMPLATE/tool-request.md b/.github/ISSUE_TEMPLATE/tool-request.md index 02d0aeb47..2eeb87378 100644 --- a/.github/ISSUE_TEMPLATE/tool-request.md +++ b/.github/ISSUE_TEMPLATE/tool-request.md @@ -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: '' ---