From df1705fe47d5d6326562ba94735d5c0da3bb6179 Mon Sep 17 00:00:00 2001 From: Haim Knokh Date: Mon, 9 Sep 2024 16:40:55 +0200 Subject: [PATCH] Update issue templates --- ...on---plugin-only-.md => ask-a-question.md} | 2 +- .../ask-question---gui-only-.md | 11 ---------- .github/ISSUE_TEMPLATE/bug-in-gui-app-only.md | 22 ------------------- ...ug-in-the-plugin-only.md => bug-report.md} | 4 ++-- ...re-request.md => request-a-new-feature.md} | 2 +- 5 files changed, 4 insertions(+), 37 deletions(-) rename .github/ISSUE_TEMPLATE/{ask-question---plugin-only-.md => ask-a-question.md} (88%) delete mode 100644 .github/ISSUE_TEMPLATE/ask-question---gui-only-.md delete mode 100644 .github/ISSUE_TEMPLATE/bug-in-gui-app-only.md rename .github/ISSUE_TEMPLATE/{bug-in-the-plugin-only.md => bug-report.md} (91%) rename .github/ISSUE_TEMPLATE/{feature-request.md => request-a-new-feature.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/ask-question---plugin-only-.md b/.github/ISSUE_TEMPLATE/ask-a-question.md similarity index 88% rename from .github/ISSUE_TEMPLATE/ask-question---plugin-only-.md rename to .github/ISSUE_TEMPLATE/ask-a-question.md index 7be19056..39747528 100644 --- a/.github/ISSUE_TEMPLATE/ask-question---plugin-only-.md +++ b/.github/ISSUE_TEMPLATE/ask-a-question.md @@ -1,5 +1,5 @@ --- -name: ASK QUESTION - Plugin Only! +name: Ask a Question about: 'Ask question or any help needed for SFDMU Plugin ' title: "[QUESTION] - Make sure to replace this placeholder text with a specific title for the issue!" diff --git a/.github/ISSUE_TEMPLATE/ask-question---gui-only-.md b/.github/ISSUE_TEMPLATE/ask-question---gui-only-.md deleted file mode 100644 index 267e6af0..00000000 --- a/.github/ISSUE_TEMPLATE/ask-question---gui-only-.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: ASK QUESTION - GUI App Only! -about: Ask question or any help needed for SFDMU GUI Application -title: "[QUESTION-GUI] - Make sure to replace this placeholder text with a specific - title for the issue!" -labels: gui, help-wanted -assignees: hknokh - ---- - -- Ask your question or what kind of help you need. diff --git a/.github/ISSUE_TEMPLATE/bug-in-gui-app-only.md b/.github/ISSUE_TEMPLATE/bug-in-gui-app-only.md deleted file mode 100644 index 7aaa86a1..00000000 --- a/.github/ISSUE_TEMPLATE/bug-in-gui-app-only.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Bug in GUI App ONLY -about: Report a bug in the GUI App (NOT for Plugin bugs!) -title: "[GUI-BUG] - Make sure to replace this placeholder text with a specific title - for the issue!" -labels: bug, gui -assignees: hknokh - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Describe steps to reproduce the behavior. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Log file** -Attach your relevant log file. -Reference: https://help.sfdmu.com/sfdmu-gui-app#logging diff --git a/.github/ISSUE_TEMPLATE/bug-in-the-plugin-only.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 91% rename from .github/ISSUE_TEMPLATE/bug-in-the-plugin-only.md rename to .github/ISSUE_TEMPLATE/bug-report.md index e4cbabc4..ff6afea1 100644 --- a/.github/ISSUE_TEMPLATE/bug-in-the-plugin-only.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,6 @@ --- -name: Bug in the Plugin ONLY -about: Report a bug in the SFDMU Plugin (NOT for GUI bugs!) +name: Bug Report +about: Report a bug in the SFDMU Plugin title: "[BUG] - Make sure to replace this placeholder text with a specific title for the issue!" labels: bug diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/request-a-new-feature.md similarity index 94% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/request-a-new-feature.md index b5c0c7a9..375f8890 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/request-a-new-feature.md @@ -1,5 +1,5 @@ --- -name: FEATURE REQUEST +name: Request a New Feature about: Suggest an idea for this project title: "[FEATURE REQUEST] - Make sure to replace this placeholder text with a specific title for the issue!"