Browse Source

Migrate issue template to be a form

pull/2062/head
Gabe Kangas 3 years ago
parent
commit
10e5d07793
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 12
      .github/ISSUE_TEMPLATE/bug-report-feature-request.md
  2. 15
      .github/ISSUE_TEMPLATE/bug-report-feature-request.yml

12
.github/ISSUE_TEMPLATE/bug-report-feature-request.md

@ -1,12 +0,0 @@ @@ -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

@ -0,0 +1,15 @@ @@ -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…
Cancel
Save