From 739ada113912d381550f7885fa00971b2c28f5ba Mon Sep 17 00:00:00 2001 From: MariamKhalatova <109615222+MariamKhalatova@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:14:14 +0400 Subject: [PATCH 1/3] Update issue templates in if-unofficial-plugins --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feedback.md | 3 +- .github/ISSUE_TEMPLATE/model-plugin.md | 5 +-- .github/ISSUE_TEMPLATE/user-story.md | 5 +-- 4 files changed, 52 insertions(+), 5 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 bbd287f..213d081 100644 --- a/.github/ISSUE_TEMPLATE/feedback.md +++ b/.github/ISSUE_TEMPLATE/feedback.md @@ -2,8 +2,9 @@ name: Feedback about: Submiting feedback on the IF implementation title: 'Feedback - ' -labels: feedback +labels: '' assignees: '' + --- ## Scope diff --git a/.github/ISSUE_TEMPLATE/model-plugin.md b/.github/ISSUE_TEMPLATE/model-plugin.md index 474799b..dbfc99b 100644 --- a/.github/ISSUE_TEMPLATE/model-plugin.md +++ b/.github/ISSUE_TEMPLATE/model-plugin.md @@ -1,9 +1,10 @@ --- name: Model Plugin about: Submiting a request to create a model plugin -title: "Model Plugin - " -labels: model +title: 'Model Plugin - ' +labels: '' assignees: '' + --- - **What**: diff --git a/.github/ISSUE_TEMPLATE/user-story.md b/.github/ISSUE_TEMPLATE/user-story.md index 7ba663a..316eaf5 100644 --- a/.github/ISSUE_TEMPLATE/user-story.md +++ b/.github/ISSUE_TEMPLATE/user-story.md @@ -1,9 +1,10 @@ --- name: User story about: This describes a user story for IF -title: '[User story] ....' -labels: user-story +title: "[User story] ...." +labels: '' assignees: '' + --- As a I want so that . From 797c471e8c73ec794be6b5468f4f4f831bd951c2 Mon Sep 17 00:00:00 2001 From: MariamKhalatova <109615222+MariamKhalatova@users.noreply.github.com> Date: Thu, 25 Apr 2024 01:15:43 +0400 Subject: [PATCH 2/3] 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 From 5e420159cf73ae6139b8149cb64217c5839b991d Mon Sep 17 00:00:00 2001 From: MariamKhalatova Date: Thu, 25 Apr 2024 01:23:04 +0400 Subject: [PATCH 3/3] revert(.github): removed old template --- .github/ISSUE_TEMPLATE/bug-report.md | 32 ---------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index ba513c1..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,32 +0,0 @@ -Issue tracker is **ONLY** used for reporting bugs. - - - -## Expected Behavior - - -## Actual Behavior - - -## Ideas for Solution - - -## Steps to Reproduce - - -1. -2. -3. -4. - -## Context (Environment) - - - - - -## Detailed Description - - -## Possible Implementation -