diff options
| author | 2023-02-15 14:37:08 +0100 | |
|---|---|---|
| committer | 2023-02-15 14:37:08 +0100 | |
| commit | 4cba90c0f6462f37f914ff0aeedd29194e16487f (patch) | |
| tree | 77d215360fffda1b75eb8405aa88d1a9d6336d9b /.github/ISSUE_TEMPLATE/bug_report.yaml | |
| parent | [docs] Update config.yaml (#1499) (diff) | |
| download | gotosocial-4cba90c0f6462f37f914ff0aeedd29194e16487f.tar.xz | |
[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
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yaml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 916763022..a233c6e76 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: |
