Fix issue templates (#2904)
parent
497dfbd95c
commit
916d790794
|
@ -1,7 +1,6 @@
|
||||||
name: Bug Report (Web Interface)
|
name: Bug Report (Web Interface)
|
||||||
description: There is a problem using Mastodon's web interface.
|
description: There is a problem using Mastodon's web interface.
|
||||||
labels: ['status/to triage', 'area/web interface']
|
labels: [bug, 'status/to triage', 'area/web interface']
|
||||||
type: Bug
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
name: Bug Report (server / API)
|
name: Bug Report (server / API)
|
||||||
description: |
|
description: |
|
||||||
There is a problem with the HTTP server, REST API, ActivityPub interaction, etc.
|
There is a problem with the HTTP server, REST API, ActivityPub interaction, etc.
|
||||||
labels: ['status/to triage']
|
labels: [bug, 'status/to triage']
|
||||||
type: 'Bug'
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
name: Deployment troubleshooting
|
name: Deployment troubleshooting
|
||||||
description: |
|
description: |
|
||||||
You are a server administrator and you are encountering a technical issue during installation, upgrade or operations of Mastodon.
|
You are a server administrator and you are encountering a technical issue during installation, upgrade or operations of Mastodon.
|
||||||
labels: ['status/to triage']
|
labels: [bug, 'status/to triage']
|
||||||
type: 'Troubleshooting'
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: I have a suggestion
|
description: I have a suggestion
|
||||||
type: Suggestion
|
labels: [suggestion]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue