summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-23 17:09:02 +1000
committerGitHub <noreply@github.com>2025-06-23 17:09:02 +1000
commita6dec5048ca01bce1c418d0d0724fccfd1f3b9d5 (patch)
treed4686af52ee46c07d476935c9782afeaef76d099 /.github
parentnotifs: dismiss notif on swipe (diff)
downloadcaelestia-shell-a6dec5048ca01bce1c418d0d0724fccfd1f3b9d5.tar.gz
caelestia-shell-a6dec5048ca01bce1c418d0d0724fccfd1f3b9d5.tar.bz2
caelestia-shell-a6dec5048ca01bce1c418d0d0724fccfd1f3b9d5.zip
issues: create templates
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md32
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 52 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..0b60657
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,32 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: "[BUG] "
+labels: bug
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**Versions (please complete the following information):**
+ - shell: [paste the output of `pacman -Q caelestia-shell-git` here]
+ - cli [paste the output of `pacman -Q caelestia-cli-git` here]
+ - quickshell [paste the output of `pacman -Q quickshell-git` here]
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..8403b86
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: "[FEATURE] "
+labels: enhancement
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.