-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # build.gradle.kts
- Loading branch information
Showing
8 changed files
with
123 additions
and
20 deletions.
There are no files selected for viewing
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,67 @@ | ||
name: Bug Report | ||
description: Is something now working as it should? | ||
labels: [bug] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this bug? | ||
description: Please [search here](https://github.com/Cubxity/UnifiedMetrics/issues?q=is%3Aissue) to see if someone else has already reported this. | ||
options: | ||
- label: I have searched the existing issues before opening this bug report. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: "Explain in detail what is the error or issue you are facing when using UnifiedMetrics in your server" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: "Explain how it should work or respond" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Server type | ||
description: "What type of server software are you using?" | ||
multiple: false | ||
options: | ||
- Spigot (includes Spigot-based forks) | ||
- Fabric | ||
- Minestom | ||
- Velocity | ||
- Bungeecord / Waterfall | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Server Version | ||
description: "What is the server version being used? Eg 1.18, 1.17.1" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Other Mods / Plugins in your server | ||
description: "Provide a list of other Plugins / Mods than UnifiedMetrics which was in your server when this issue happened. (If none, enter N/A)" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Error log | ||
description: "Paste the error log from your console to paste sites like https://paste.gg/ or http://hastebin.com/ (Do include complete log for better error checking and do hide sensitive informations)" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: More information | ||
description: "Feel free to add in more details like screenshot, spark reports, etc" | ||
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Installation Help | ||
url: https://discord.gg/kDDhqJmPpA | ||
about: Please visit our Discord for help with your installation. | ||
- name: General Question | ||
url: https://discord.gg/kDDhqJmPpA | ||
about: Please visit our Discord for general questions about Unifiedmetrics. |
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,32 @@ | ||
name: Enhancement | ||
description: Suggest a new feature or enhancement to the software. | ||
labels: [enhancement] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing feature request for this? | ||
description: Please [search here](https://github.com/Cubxity/UnifiedMetrics/issues?q=is%3Aissue) to see if someone else has already suggested this. | ||
options: | ||
- label: I have searched the existing issues before opening this feature request. | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Describe the feature you would like to see. | ||
description: "Explain in detail what is the feature/enhancement you would like to add and what issue it could solve." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: How would you like to see this implemented? | ||
description: "Provide an explanation on how the feature should be implemented into UnifiedMetrics and how it would work with your server" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional information to this request. | ||
description: "You can provide more information like references and screenshots related to the feature request." | ||
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
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 |
---|---|---|
|
@@ -67,3 +67,7 @@ publishing { | |
} | ||
} | ||
} | ||
|
||
signing { | ||
sign(publishing.publications["mavenJava"]) | ||
} |
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