diff --git a/.github/ISSUE_TEMPLATE/1-issue.md b/.github/ISSUE_TEMPLATE/1-issue.md new file mode 100644 index 000000000..1b360c4fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-issue.md @@ -0,0 +1,25 @@ +--- +name: Issue +about: for reporting any issue +title: "[Issue]" +labels: '' +assignees: '' + +--- + +- **I have read the [wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/03troubleshooting)** +- Linux distro: + +--- +## The issue + + + +
+Click to expand + +```plain +Paste your log here +``` + +
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/2-feature_request.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md deleted file mode 100644 index 0960013f3..000000000 --- a/.github/ISSUE_TEMPLATE/issue.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Issue -about: for reporting any issue -title: "[Issue]" -labels: '' -assignees: '' - ---- - -- **I have read the instructions** ---- -## The issue -- Linux distro: (you may use `lsb_release -a`) -- (describe your problem here) -- (if it throws errors, **PLEASE**, attach logs and describe in detail if possible) - -
-Click to expand - -```plain -Paste your log here -``` - -