1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- name: Bug Report
- description: If something isn't working as expected
- labels: [bug]
- body:
- - type: markdown
- attributes:
- value: |
- Make sure that you are submitting a new bug that was not previously reported or already fixed.
- Please use a concise and distinct title for the issue.
- - type: textarea
- attributes:
- label: Steps to reproduce the problem
- description: What were you trying to do?
- value: |
- 1.
- 2.
- 3.
- ...
- validations:
- required: true
- - type: input
- attributes:
- label: Expected behaviour
- description: What should have happened?
- validations:
- required: true
- - type: input
- attributes:
- label: Actual behaviour
- description: What happened?
- validations:
- required: true
- - type: textarea
- attributes:
- label: Detailed description
- validations:
- required: false
- - type: textarea
- attributes:
- label: Specifications
- description: |
- What version or commit hash of Mastodon did you find this bug in?
- If a front-end issue, what browser and operating systems were you using?
- placeholder: |
- Mastodon 3.5.3 (or Edge)
- Ruby 2.7.6 (or v3.1.2)
- Node.js 16.18.0
- Google Chrome 106.0.5249.119
- Firefox 105.0.3
- etc...
- validations:
- required: true
|