mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Updates 3-map_report.yml and creates 0-feature.yml (#9949)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Selis
Kashargul
parent
5694d47593
commit
d6f7fd8ff4
@@ -1,18 +0,0 @@
|
||||
---
|
||||
name: "✨ New feature"
|
||||
about: Suggest an idea for this project
|
||||
title: "✨"
|
||||
labels: ['Type: Feature / Enhancement', 'Type: Suggestion']
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--Please provide a clear and concise description of what the bug is.-->
|
||||
#### Brief description of the feature
|
||||
|
||||
<!--Please use as much detail as possible when describing the bug behavior, including any context (things you did before) that might be relevant.-->
|
||||
#### What you want to happen
|
||||
|
||||
<!--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,29 @@
|
||||
name: "✨ New feature"
|
||||
description: Suggest an idea for this codebase
|
||||
title: "✨ <title>"
|
||||
type: 'feature'
|
||||
labels: ['Type: Feature/Suggestion']
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Brief description of the feature
|
||||
description: "Please provide a clear and concise description of what the feature should be."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What you want to happen
|
||||
description: "Please use as much detail as possible when describing the feature behavior, including any context that might be relevant."
|
||||
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
|
||||
@@ -0,0 +1,56 @@
|
||||
name: Map Bug
|
||||
description: Create a report, specific to any map related things.
|
||||
title: '[MAPPING] <title>'
|
||||
type: 'bug'
|
||||
labels: ['Type: Bug', 'Type: Map']
|
||||
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: What you expected to happen
|
||||
description: "What normally happens when this occurs? Keep in mind that behavior may be different on other servers."
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: What actually happened
|
||||
description: "Please use as much detail as possible when describing the bug behavior, including any context (things you did before) that might be relevant."
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- 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
|
||||
@@ -1,29 +0,0 @@
|
||||
---
|
||||
name: Map Bug report
|
||||
about: Create a report, specific to any map related things.
|
||||
title: '[MAPPING] '
|
||||
labels: ['Type: Bug', 'Map Edit']
|
||||
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
|
||||
|
||||
<!--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.)
|
||||
Reference in New Issue
Block a user