mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
91 lines
2.6 KiB
YAML
91 lines
2.6 KiB
YAML
name: 🐞 Bug Report
|
|
description: File a bug report
|
|
title: "[BUG] "
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking the time to submit a bug report!
|
|
|
|
This project is run by volunteers, and we depend on users like you to improve it.
|
|
|
|
Please try to investigate the issue yourself, and if possible submit a pull request with a fix.
|
|
|
|
- type: checkboxes
|
|
id: reproduce-latest
|
|
attributes:
|
|
label: 🔄 Tested on Latest Release
|
|
description: |
|
|
Only open issues for problems reproducible with the latest release:
|
|
https://github.com/Second-Hand-Friends/kleinanzeigen-bot/releases/tag/latest
|
|
options:
|
|
- label: I confirm that I can reproduce this issue on the latest version
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: expected-behaviour
|
|
attributes:
|
|
label: ✔️ Expected Behaviour
|
|
description: What did you expect to happen?
|
|
placeholder: Please enter expected behaviour here...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: actual-behaviour
|
|
attributes:
|
|
label: 🐞 Actual Behaviour
|
|
description: What did actually happen?
|
|
placeholder: Please enter actual behaviour here...
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: 📋 Steps to Reproduce
|
|
description: How can we reproduce the issue?
|
|
placeholder: Please enter steps to reproduce here...
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: 💻 What operating systems are you seeing the problem on?
|
|
multiple: true
|
|
options:
|
|
- Linux
|
|
- MacOS
|
|
- Windows
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
id: browsers
|
|
attributes:
|
|
label: 📺 What browsers are you seeing the problem on? (if applicable)
|
|
multiple: true
|
|
options:
|
|
- Chrome
|
|
- Microsoft Edge
|
|
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: 📃 Relevant log output (if applicable)
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Second-Hand-Friends/kleinanzeigen-bot/blob/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|