Update issue templates

Let's get a bug report template to encourage people to always test in the latest git version.
This commit is contained in:
Leonardo Gibrowski Faé
2025-05-30 11:09:27 -03:00
committed by GitHub
parent 4280bf2b1e
commit d31799c767

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
**BEFORE ANYTHING, PLEASE ENSURE YOU ARE TESTING IN THE LATEST GIT VERSION**. There have been many bug reports of things we had just fixed in the latest git version but hadn't released yet. __Also, use a `debug` build (the default for Rust), so that we will get more logging information__.
**Describe the bug**
A clear and concise description of what the bug is. If it helps, please post the log from running a debug build of `swww-daemon` here.
**To Reproduce**
Steps to reproduce the behavior.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- Desktop Environment
- Monitor setup
**Additional context**
Add any other context about the problem here.