From acf14a186396c0b5f2432587f6ce45b7ab93fb2a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 8 Apr 2025 16:21:50 +0200 Subject: [PATCH] add bug reporting template --- .forgejo/issue_template/bug.md | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .forgejo/issue_template/bug.md diff --git a/.forgejo/issue_template/bug.md b/.forgejo/issue_template/bug.md new file mode 100644 index 0000000..3845728 --- /dev/null +++ b/.forgejo/issue_template/bug.md @@ -0,0 +1,44 @@ +--- +name: 'Bug' +about: 'Report a bug' +title: '' +ref: 'main' +labels: + - bug +--- + +## Description + +A clear and concise description of the bug. + +## Steps to Reproduce + +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. + +## Actual Behavior + +A clear and concise description of what actually happened. + +## Screenshots + +If applicable, add screenshots to help explain your problem. + +## Environment + + - Browser/Application: [e.g. Chrome 98, Firefox 97, App version 1.2.3] + - Device: [e.g. Desktop, iPhone 13, Samsung Galaxy S21] + +## Additional Context + +Add any other context about the problem here. Include any related issues, potential solutions you've considered, or relevant logs. + +## Possible Solution (Optional) + +If you have any ideas about what might be causing the issue or how it could be fixed, please include them here.