aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-07-18 16:51:14 +0200
committervaxerski <[email protected]>2023-07-18 16:51:14 +0200
commit08310b4af9ce289180d2b3adef157642379f158e (patch)
tree8a40f5f9e883a177dd6e43a0422daee33db77d10 /.github
parent16fd9084eab7ed698e8855a7824f48ac1bd759da (diff)
downloadHyprland-08310b4af9ce289180d2b3adef157642379f158e.tar.gz
Hyprland-08310b4af9ce289180d2b3adef157642379f158e.zip
issues: add form templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml55
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md13
-rw-r--r--.github/ISSUE_TEMPLATE/feature.yml18
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md12
4 files changed, 73 insertions, 25 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
new file mode 100644
index 00000000..07678393
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,55 @@
+name: Bug Report
+description: Something is not working right
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before opening a new issue, take a moment to search through the current open ones.
+
+ ---
+
+ - type: input
+ id: ver
+ attributes:
+ label: Hyprland Version
+ description: "Paste here the output of `hyprctl version`."
+ placeholder: Hyprland, built from branch main at commit...
+ validations:
+ required: true
+
+ - type: dropdown
+ id: type
+ attributes:
+ label: Bug or Regression?
+ description: Is this a bug or a regression?
+ options:
+ - Bug
+ - Regression
+ validations:
+ required: true
+
+ - type: textarea
+ id: desc
+ attributes:
+ label: Description
+ description: "What went wrong?"
+ validations:
+ required: true
+
+ - type: textarea
+ id: repro
+ attributes:
+ label: How to reproduce
+ description: "How can someone else reproduce the issue?"
+ validations:
+ required: true
+
+ - type: textarea
+ id: logs
+ attributes:
+ label: Crash reports, logs, images, videos
+ description: |
+ Anything that can help. Please always ATTACH and not paste them.
+ Logs can be found in /tmp/hypr
+ Crash reports are stored in ~/.hyprland or $XDG_CACHE_HOME/hyprland
+
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index c12cf0b8..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-name: Bug report
-about: Found a bug? Report it here!
-title: ''
-labels: bug
-assignees: ''
-
----
-<!-- For Nix issues, ping @fufexan -->
-
-Please consult the issue guidelines at
-https://github.com/vaxerski/Hyprland/blob/main/docs/ISSUE_GUIDELINES.md
-BEFORE submitting.
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
new file mode 100644
index 00000000..9c377e02
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -0,0 +1,18 @@
+name: Feature Request
+description: I'd like to request additional functionality
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Before opening a new issue, take a moment to search through the current open ones.
+
+ ---
+
+ - type: textarea
+ id: desc
+ attributes:
+ label: Description
+ description: "Describe your idea"
+ validations:
+ required: true
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index a0a41238..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-name: Feature request
-about: Suggest a feature/change/idea
-title: ''
-labels: enhancement
-assignees: ''
-
----
-
-Please consult the issue guidelines at
-https://github.com/vaxerski/Hyprland/blob/main/docs/ISSUE_GUIDELINES.md
-BEFORE submitting.