From e9c55da91cf24b30b93a1dad6e8faf6098a2b622 Mon Sep 17 00:00:00 2001 From: Lucas Souza Date: Mon, 28 Apr 2025 10:20:42 -0300 Subject: [PATCH] chore: create issue template to improve issues structures --- .github/ISSUE_TEMPLATE/issue_template.md | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue_template.md diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md new file mode 100644 index 00000000..7cab7002 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.md @@ -0,0 +1,28 @@ +**Describe the bug** A clear and concise description of what the bug is. + +**Theme Version** Example: v1.9.0 or latest commit + +**Operating System** Example: Ubuntu 22.04, Fedora 39 + +**Desktop Environment** Example: GNOME 45, KDE Plasma 6.0, XFCE 4.18 + +**Theme Variant** Example: Colloid-Dark, Colloid-Light, etc. + +**Steps 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. + +**Logs** If applicable, add terminal output or system logs. + +**Checklist** + +- [ ] I checked if the issue already exists. +- [ ] I provided enough information.