From dc20235e1f39581caa114abffeadd8cafa2fffc9 Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 12 Feb 2024 10:46:10 +0800 Subject: [PATCH 1/3] Update issue template, add link to wiki. --- .github/ISSUE_TEMPLATE/1-issue.md | 25 +++++++++++++++++++ ...eature_request.md => 2-feature_request.md} | 0 .github/ISSUE_TEMPLATE/issue.md | 24 ------------------ 3 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1-issue.md rename .github/ISSUE_TEMPLATE/{feature_request.md => 2-feature_request.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/issue.md 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 -``` - -
From ba52cc4577b2e292a7d4837ce494988d574e940d Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 12 Feb 2024 10:51:50 +0800 Subject: [PATCH 2/3] Make hints comment for feature template. --- .github/ISSUE_TEMPLATE/2-feature_request.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md index 16277b7cf..f429385d5 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.md +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -8,10 +8,10 @@ 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 + From 2f4e69cc897deb85ad5835e81e1399dfea72b0f9 Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 12 Feb 2024 16:59:14 +0800 Subject: [PATCH 3/3] Add comment write in Eng --- .github/ISSUE_TEMPLATE/1-issue.md | 6 ++++-- .github/ISSUE_TEMPLATE/2-feature_request.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue.md b/.github/ISSUE_TEMPLATE/1-issue.md index 1b360c4fd..d94aeb41e 100644 --- a/.github/ISSUE_TEMPLATE/1-issue.md +++ b/.github/ISSUE_TEMPLATE/1-issue.md @@ -12,8 +12,10 @@ assignees: '' --- ## The issue - - + + + +
Click to expand diff --git a/.github/ISSUE_TEMPLATE/2-feature_request.md b/.github/ISSUE_TEMPLATE/2-feature_request.md index f429385d5..b5aa2e588 100644 --- a/.github/ISSUE_TEMPLATE/2-feature_request.md +++ b/.github/ISSUE_TEMPLATE/2-feature_request.md @@ -6,6 +6,7 @@ labels: '' assignees: '' --- + **What would you like to be added?**