From afae7d15dbab608a0786f3d59cf092b4b962ad07 Mon Sep 17 00:00:00 2001 From: MariamKhalatova <109615222+MariamKhalatova@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:28:11 +0400 Subject: [PATCH 1/2] Update issue template in if-plugin-template --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feedback.md | 5 ++-- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ecd4d23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Bug report +about: Create a report to help us improve +labels: 'bug' +--- + + +## Description of the Error + + +## Expected Behaviour + + +## Actual Behaviour + + +## Steps to Reproduce + + + +## Link to online environment + + + + +## Manifest File That Generated the Error + + + +## Links to Any Additional Code + + +## Runtime Info + diff --git a/.github/ISSUE_TEMPLATE/feedback.md b/.github/ISSUE_TEMPLATE/feedback.md index 5b29364..fc3d90c 100644 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -1,9 +1,10 @@ --- name: Feedback about: Submitting feedback on plugin template -title: "Feedback - " -labels: feedback +title: 'Feedback - ' +labels: '' assignees: '' + --- ## Scope From 1c05fba4e9c0d3c6529a4deea412d30080b294a0 Mon Sep 17 00:00:00 2001 From: MariamKhalatova <109615222+MariamKhalatova@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:28:55 +0400 Subject: [PATCH 2/2] Update bug_report.md Signed-off-by: MariamKhalatova <109615222+MariamKhalatova@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ecd4d23..002c220 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,3 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - --- name: Bug report about: Create a report to help us improve