mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Move new feature requests to discussions (#984)
## Description Update the issue templates to direct new feature requests to GitHub Discussions ### Related issues Closes #982
This commit is contained in:
parent
a7e86fbc15
commit
9d857bc59e
5 changed files with 18 additions and 24 deletions
7
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
7
.github/ISSUE_TEMPLATE/00-bug.yml
vendored
|
|
@ -1,9 +1,10 @@
|
|||
name: "Bug Report"
|
||||
description: Report a bug
|
||||
title: "[BUG] - <title>"
|
||||
title: "<title>"
|
||||
labels: [
|
||||
"bug"
|
||||
]
|
||||
type: "Bug"
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
|
@ -28,7 +29,7 @@ body:
|
|||
attributes:
|
||||
label: "App Version"
|
||||
description: What version of the app?
|
||||
placeholder: "v0.3.0"
|
||||
placeholder: "v0.5.1"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
@ -36,7 +37,7 @@ body:
|
|||
attributes:
|
||||
label: "Server Version"
|
||||
description: What version of the server?
|
||||
placeholder: "10.11.3"
|
||||
placeholder: "10.11.6"
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue