mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-19 22:03:08 +01:00
Merge branch 'master' of https://github.com/Zrips/Jobs.git
This commit is contained in:
commit
3036325b72
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
37
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,37 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve our project
|
||||
title: ''
|
||||
labels: Bug Report
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
***Detailed description of the issue:**
|
||||
|
||||
---
|
||||
|
||||
**ERROR (DELETE IF YOU HAVE NO ERROR):**
|
||||
<-- Try to use pastebin.com server if you have long error. -->
|
||||
```
|
||||
####################
|
||||
## PASTE ERROR HERE ##
|
||||
####################
|
||||
```
|
||||
|
||||
**CONFIG SECTION (DELETE IF NOT RELEVANT):**
|
||||
```
|
||||
#####################################
|
||||
## PASTE RELEVANT CONFIG SECTION HERE ##
|
||||
#####################################
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**Jobs version:**
|
||||
|
||||
**Server Type (Spigot/Paper/etc):**
|
||||
|
||||
**Server Version (using `/ver`):**
|
||||
|
||||
**Relevant plugins (Delete if this isn't needed):**
|
46
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
name: Bug Report
|
||||
description: Create a bug report to help us improve our Jobs plugin.
|
||||
labels: bug report
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
This page is intended to help us resolve issues with Jobs as fast as possible.
|
||||
Please take your time and fill out this form to the best of your abilities.
|
||||
Note: if you have more then one issue, please consider making a new issue.
|
||||
- type: textarea
|
||||
id: description-of-issue
|
||||
attributes:
|
||||
label: Description of Issue
|
||||
description: |
|
||||
Please provide a very concise description of your issue.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: cmi-version
|
||||
attributes:
|
||||
label: Version Information
|
||||
description: Please provide us with the full output of `/jobs version`.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: console-errors
|
||||
attributes:
|
||||
label: Errors
|
||||
description: If they are too big consider providing a pastebin link.
|
||||
placeholder: Paste any errors you have in here.
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: config-sections
|
||||
attributes:
|
||||
label: Relevant Config Sections
|
||||
description: Avoid pasting in whole configs & sensitive data.
|
||||
placeholder: Paste any relevant config sections in here.
|
||||
render: yaml
|
||||
- type: input
|
||||
id: server-plugins
|
||||
attributes:
|
||||
label: Relevant Plugins
|
||||
description: Please provide us with any relevant plugins (with versions)
|
||||
placeholder: Vault 1.7.3
|
Loading…
Reference in New Issue
Block a user