Files
kleinanzeigen-bot/.github/ISSUE_TEMPLATE/enhancement.yaml
2024-12-12 22:28:25 +01:00

56 lines
1.6 KiB
YAML

name: 💡 Enhancement Request
description: File a enhancement request for an existing feature
title: "[ENH] "
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this enhancement request!
This project is run by volunteers, and we depend on users like you to improve it.
Please consider implementing the enhancement yourself and submitting a pull request with your changes.
- type: textarea
id: problem
attributes:
label: 😕 Addressed Problem
description: Which problem does this request address?
placeholder: Please enter answer here...
validations:
required: true
- type: textarea
id: solution
attributes:
label: 💡 Suggested Solution
description: What solution do you suggest?
placeholder: Please enter answer here...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: 🔎 Alternatives
description: Which Alternatives did you consider?
placeholder: Please enter answer here...
- type: textarea
id: context
attributes:
label: 🗺️ Additional Context
description: Any relevant additional context information
placeholder: Please enter answer here...
- 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