mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Converting UI report template to issue form (#16951)
* Converting UI report template to issue form * Update ui_report.yml
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
---
|
||||
name: UI Bug report
|
||||
about: Create a report, specific to any UI related things.
|
||||
title: '[UI] '
|
||||
labels: 'Type: Bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please DO NOT report 'suggestions' on GitHub. If your issue consists of an opinion about how something should be, it doesn't belong here. -->
|
||||
<!-- If your issue consists of something not operating as intended, please report it below by filling out the template. -->
|
||||
<!-- These directions will not appear in the issue, when submitted. -->
|
||||
|
||||
<!--Please provide a clear and concise description of what the bug is.-->
|
||||
#### Brief description of the bug
|
||||
|
||||
<!--What normally happens when this occurs? Keep in mind that behavior may be different on other servers.-->
|
||||
#### What you expected to happen
|
||||
|
||||
<!--Please use as much detail as possible when describing the bug behavior, including any context (things you did before) that might be relevant.-->
|
||||
#### What actually happened
|
||||
|
||||
<!-- Same here, please include any context that might have contributed, such as actions taken right before.-->
|
||||
#### Steps to reproduce
|
||||
- (Step 1)
|
||||
- (Step 2)
|
||||
- (and so on)
|
||||
|
||||
<!--Optional, you may remove this section.-->
|
||||
#### Code Revision
|
||||
- (Found using the "Show Server Revision" verb under the OOC tab.)
|
||||
|
||||
<!--Optional, you may remove this section.-->
|
||||
#### Anything else you may wish to add:
|
||||
- (Location if it's a mapping issue, screenshots, sprites, etc.)
|
||||
@@ -0,0 +1,43 @@
|
||||
name: UI Bug
|
||||
description: File a bug report, specific to any UI related things.
|
||||
title: '[UI] <title>'
|
||||
labels: 'Type: Bug'
|
||||
type: 'bug'
|
||||
assignees: ''
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Brief description of the bug
|
||||
description: "Please provide a clear and concise description of what the bug is."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Reproduction steps
|
||||
description: "How do you trigger this bug? Please walk us through it step by step."
|
||||
value: |
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
...
|
||||
render: bash
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: Code Revision
|
||||
description: "Found using the "Show Server Revision" verb under the OOC tab."
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Anything else you may wish to add
|
||||
description: |
|
||||
Location if it's a mapping issue, screenshots, sprites, etc.
|
||||
|
||||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user