mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-13 03:37:28 -06:00
[chore] Split the bug template in two (#1500)
Have a separate template for: * Frontend, with labels bug and frontend and requiring the browser field * Regular/backend, for other bugs with only the bug label and removal of the browser field
This commit is contained in:
parent
674646b79e
commit
4cba90c0f6
2 changed files with 69 additions and 11 deletions
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
13
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -2,8 +2,8 @@ name: Bug Report
|
|||
description: Create a report to help us improve
|
||||
title: "[bug] Issue Title"
|
||||
labels: [bug]
|
||||
assignees:
|
||||
-
|
||||
assignees: []
|
||||
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
@ -44,15 +44,6 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: Browser-Version
|
||||
attributes:
|
||||
label: Browser version
|
||||
description: If this is a frontend bug, what browser(s) and versions are you using that show this bug?
|
||||
placeholder: Firefox 103.0b9 (64-bit)
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue