12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- name: Bug Report
- description: Create a report to help us improve the PreMiD Store
- labels: [bug, needs repro]
- body:
- - type: markdown
- attributes:
- value: Before submitting a new issue, ensure your bug hasn't already been reported. If it has, reply to the open issue instead.
- - type: textarea
- id: reproduction
- validations:
- required: true
- attributes:
- label: Steps to Reproduce
- description: Provide clear and unambiguous steps on how to reproduce the bug
- placeholder: |
- 1. Go to this link
- 2. Click on this
- 3. Observe that
- - type: input
- id: expected_behavior
- validations:
- required: true
- attributes:
- label: Expected Behavior
- description: Describe what you expected to happen
- - type: input
- id: actual_behavior
- validations:
- required: true
- attributes:
- label: Actual Behavior
- description: Describe what actually happened
- - type: input
- id: page_url
- validations:
- required: true
- attributes:
- label: Page URL
- description: The URL you were visiting when the bug happens
- - type: textarea
- id: screenshots
- attributes:
- label: Screenshots
- description: Optionally, add some screenshots to show the issue
- - type: input
- id: os
- validations:
- required: true
- attributes:
- label: Operating System
- description: E.g. Windows 11, macOS 12, etc
- - type: input
- id: browser
- validations:
- required: true
- attributes:
- label: Browser and Version
- description: Include the type of browser you use AND the browser version
- - type: textarea
- id: additional_comments
- attributes:
- label: Additional Comments
- description: Optionally, add further comments which may enhance the issue
|