forked from CHOMPStation2/CHOMPStation2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
444 changed files
with
14,442 additions
and
13,284 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: General Bug | ||
description: Create a report to help us improve | ||
title: '[GENERAL] <title>' | ||
type: 'bug' | ||
labels: 'Type: Bug' | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: UI Bug | ||
description: File a bug report, specific to any UI related things. | ||
title: '[UI] <title>' | ||
labels: 'Type: Bug' | ||
type: 'bug' | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.