oh-my-posh/.github/ISSUE_TEMPLATE/feat.yml
Jan De Dobbeleer 47464328e7 chore: extend issue templates
resolves #5030
2024-06-10 19:58:18 +02:00

28 lines
887 B
YAML

name: 🚀 Feature Request
description: Request a new feature
labels: ["🚀 feat"]
assignees:
- jandedobbeleer
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a new feature!
- 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/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: textarea
id: feature-request
attributes:
label: What would you like to see added?
description: Try to give some examples to make it really clear.
placeholder: Tell us what you would like to see!
value: "Something new and amazing!"
validations:
required: true