Skip to content

fix: change switch from md to yml for issues #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/authentication-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/authentication-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Authentication
description: Report a bug related to third-party authentication services.
labels: ["product: authentication"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/chat-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/chat-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Chat and IRC
description: Report a bug related to third-party chat services.
labels: ["product: chat"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/developer-site-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/developer-site-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Developer Site
description: Report a bug related to the developer site (e.g. issues with application management).
labels: ["product: dev site"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/documentation-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Documentation
description: Report a bug or mistake on dev.twitch.tv/docs.
labels: ["product: docs"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/embed-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/embed-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Twitch Embeds
description: Report a bug related to Twitch embeds.
labels: ["product: embeds"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/events-bug-report.md

This file was deleted.

39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/events-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: EventSub (Webhooks and WebSockets)
description: Report a bug related to EventSub or webhooks.
labels: ["product: eventsub"]
body:
- type: markdown
attributes:
value: |
Please provide as much information as possible. This will help us resolve the issue quickly and accurately.
- type: markdown
attributes:
value: ---
- type: textarea
id: description
attributes:
label: Brief Description
- type: textarea
id: reproduce
attributes:
label: How to reproduce
- type: textarea
id: behavior
attributes:
label: Expected behavior
- type: textarea
id: screenshots
attributes:
label: Screenshots
- type: textarea
id: context
attributes:
label: Additional context or questions
- type: checkboxes
id: disclaimer
attributes:
label: Disclaimer
description: I have verified that this is not a duplicate issue.
options:
- label: I agree
required: true
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/extensions-bug-report.md

This file was deleted.

Loading