diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-04 21:16:03 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-04 21:16:03 +1000 |
| commit | ad22b1e7e6067bc9a0304048e7bf2f712769f4f5 (patch) | |
| tree | a10a6276466624ba06af8dbc7cfa93630134181c /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | Merge branch 'main' of https://github.com/caelestia-dots/shell (diff) | |
| download | caelestia-shell-ad22b1e7e6067bc9a0304048e7bf2f712769f4f5.tar.gz caelestia-shell-ad22b1e7e6067bc9a0304048e7bf2f712769f4f5.tar.bz2 caelestia-shell-ad22b1e7e6067bc9a0304048e7bf2f712769f4f5.zip | |
issues: better templates
Use yaml for templates + force using a template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0b60657..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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. |