Migrate issue template to be a form
This commit is contained in:
parent
94d52dde57
commit
9a1d1873ac
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report or feature request
|
|
||||||
about: Having problems or have ideas? We'd love to know what you think and help you out.
|
|
||||||
---
|
|
||||||
|
|
||||||
Thanks for helping by reporting issues and sharing ideas you might have! Please delete this message before submitting your issue, this is just a note to help.
|
|
||||||
|
|
||||||
## Feature requests
|
|
||||||
|
|
||||||
While no idea is a bad idea, some might make more sense for Owncast than others.
|
|
||||||
|
|
||||||
Take a look at the [Owncast product definition](https://github.com/owncast/owncast/blob/develop/docs/product-definition.md) to see what our focus is and how your requests might align.
|
|
15
.github/ISSUE_TEMPLATE/bug-report-feature-request.yml
vendored
Normal file
15
.github/ISSUE_TEMPLATE/bug-report-feature-request.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Bug report or feature request
|
||||||
|
description: Submit a bug you encountered or share an idea you have for the project.
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for helping by reporting issues and sharing ideas you might have!
|
||||||
|
While no idea is a bad idea, some might make more sense for Owncast than others.
|
||||||
|
Take a look at the [Owncast product definition](https://github.com/owncast/owncast/blob/develop/docs/product-definition.md) to see what our focus is and how your requests might align.
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: issue-body
|
||||||
|
attributes:
|
||||||
|
label: Share your bug report, feature request, or comment.
|
||||||
|
description: Please include as much detail as possible.
|
Loading…
Reference in New Issue
Block a user