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!"