From 3fe9cb463622715e3bd8e85b60c15022d382c7b6 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Tue, 19 Oct 2021 16:58:23 +0300 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 50 ++++++++++++---------------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8ff1a8f8..929a5e4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,44 +1,38 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a bug report title: '' -labels: bug +labels: bug, needs triage assignees: '' --- -**Describe the bug** + + + +**Description:** A clear and concise description of what the bug is. -**Which version of the action are you using?** +**Action version:** +Specify the action version -- [ ] `v1` -- [ ] `v2` -- [ ] Some other tag (such as `v2.0.1` or `master`) - -**Environment** -- [ ] self-hosted -- [ ] Linux +**Platform:** +- [ ] Ubuntu +- [ ] macOS - [ ] Windows -- [ ] Mac -If applicable, please specify if you're using a container +**Runner type:** +- [ ] Hosted +- [ ] Self-hosted -**Python Versions** -Please list all of the effected versions of Python (`3.8.2`, etc.) +**Tools version:** + -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +**Repro steps:** +A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. -**Run/Repo Url** -If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate. +**Expected behavior:** +A description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. +**Actual behavior:** +A description of what is actually happening. \ No newline at end of file