mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 01:27:42 +01:00
Add new issue forms
This commit is contained in:
parent
c523e40b7f
commit
9944bb8ff3
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: Bug report
|
||||||
|
description: Create a report to help improve the plugin
|
||||||
|
labels: [Bug]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
> Before opening a bug report:
|
||||||
|
> - Make sure that you're running [the latest version](https://github.com/plan-player-analytics/Plan/releases/latest).
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the issue
|
||||||
|
description: A clear and concise description of what the issue is, and when it occurred. Post possible exceptions further down below.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Exceptions & other logs
|
||||||
|
description: Paste all relevant log files here. Attach files if necessary.
|
||||||
|
render: text
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Plugin versions
|
||||||
|
description: Write versions of any relevant plugins or software in this section
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: Any additional information goes here (relevant parts of Plan config, what you attempted, etc).
|
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
15
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Suggestion
|
||||||
|
description: Feature request or an addition
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: I would like to be able to..
|
||||||
|
description: A clear and concise description of what you want to happen
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Is your feature request related to a problem? Please describe.
|
||||||
|
description: This section helps figure out why this feature is needed - What would this feature be used for? How would you use this feature?
|
||||||
|
validations:
|
||||||
|
required: true
|
20
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/plugin_request.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Plugin Suggestion
|
||||||
|
description: Suggest data from another plugin for Plan
|
||||||
|
labels: [New Data, DataExtensions, Help Wanted]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Data to display
|
||||||
|
description: List any data you would like to see from the plugin
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Link to API or Source Code
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Link to Project page or Downloads
|
||||||
|
validations:
|
||||||
|
required: true
|
20
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
name: Question
|
||||||
|
description: Ask a Question about the plugin
|
||||||
|
labels: [Question]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
> Before opening a question:
|
||||||
|
> - See if [the wiki](https://github.com/plan-player-analytics/Plan/wiki#tutorials) has an answer to your question
|
||||||
|
> - See if [the question has been answered](https://github.com/plan-player-analytics/Plan/projects/4)
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Question
|
||||||
|
description: Write your question here
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Any additional information to understand the question better
|
Loading…
Reference in New Issue
Block a user