diff --git a/.github/ISSUE_TEMPLATE/1-issue.md b/.github/ISSUE_TEMPLATE/1-issue.md new file mode 100644 index 000000000..d94aeb41e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-issue.md @@ -0,0 +1,27 @@ +--- +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/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md new file mode 100644 index 000000000..b5aa2e588 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature] " +labels: '' +assignees: '' + +--- + + +**What would you like to be added?** + + +**How will it help** + + +**Extra info** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 16277b7cf..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature] " -labels: '' -assignees: '' - ---- - -**What would you like to be added?** -Can be a suggestion for an existing feature. You can suggest a widget, minor user interaction changes.. whatever - -**How will it help** -It's helpful to include examples (like in your use case) - -**Extra info** -If ya want a new widget, a pic of the inspiration (if available) would be awesome 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 -``` - -