From 99fd0ee3e3544c007c7335b7f116f178537606dd Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 14 Oct 2021 13:49:38 +0300 Subject: [PATCH] work on resolving comments --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2746c695..e66938e7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,12 @@ assignees: '' --- + + **Description:** A clear and concise description of what the bug is. - -**Task version:** -Specify the task version +**Action version:** +Specify the action version **Platform:** - [ ] Ubuntu @@ -22,6 +23,9 @@ Specify the task version - [ ] Hosted - [ ] Self-hosted +**Tools version:** + + **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/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2c9d47d9..b3c6ac08 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -5,6 +5,7 @@ title: '' labels: feature request, needs triage assignees: '' --- + **Description:** Describe your proposal.