mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Switch templates.
This commit is contained in:
33
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
33
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -1,33 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help Firefly III improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Bug description**
|
|
||||||
I am running Firefly III version x.x.x, and my problem is:
|
|
||||||
|
|
||||||
<!-- Replace the version and describe your problem or your issue may be closed. -->
|
|
||||||
|
|
||||||
**Steps to reproduce**
|
|
||||||
<!-- What do you need to do to trigger this bug? -->
|
|
||||||
|
|
||||||
**Extra info**
|
|
||||||
<!-- Please add extra info here, such as OS, browser, and the output from the /debug page of your Firefly III installation (click the version at the bottom).
|
|
||||||
|
|
||||||
DO NOT PUT ```BACKTICKS``` AROUND THE OUTPUT OF THE /debug PAGE
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
**Bonus points**
|
|
||||||
<!-- Before you submit, verify the following please: -->
|
|
||||||
|
|
||||||
- I searched and nobody reported this bug before
|
|
||||||
- I have added a stack trace from my log files <!-- (see https://bit.ly/FF3-get-debug-info) -->
|
|
||||||
- I have added a screenshot.
|
|
||||||
- I was able to replicate it on the demo site https://demo.firefly-iii.org/
|
|
||||||
<!-- - I donated money (this is a joke ;)-->
|
|
||||||
27
.github/ISSUE_TEMPLATE/Custom.md
vendored
27
.github/ISSUE_TEMPLATE/Custom.md
vendored
@@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
name: I have a question or a problem
|
|
||||||
about: Ask away!
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
I am running Firefly III version x.x.x.
|
|
||||||
|
|
||||||
**Description**
|
|
||||||
<!-- (if relevant of course) -->
|
|
||||||
|
|
||||||
**Extra info**
|
|
||||||
<!-- Please add extra info here, such as OS, browser, and the output from the `/debug`-page of your Firefly III installation (click the version at the bottom).
|
|
||||||
|
|
||||||
DO NOT PUT ```BACKTICKS``` AROUND THE OUTPUT OF THE /debug PAGE
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Bonus points**
|
|
||||||
|
|
||||||
<!-- Complete the following checklist for bonus points -->
|
|
||||||
|
|
||||||
- I have read the FAQ at https://bit.ly/FF3-FAQ
|
|
||||||
- I added a screenshot
|
|
||||||
- I added log files <!-- (see https://bit.ly/FF3-get-debug-info) -->
|
|
||||||
- I was able to replicate the issue on the demo site.
|
|
||||||
<!-- - I donated money (this is a joke :wink:)-->
|
|
||||||
34
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
34
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -1,34 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea or feature for Firefly III
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Description**
|
|
||||||
<!--
|
|
||||||
Please describe your feature request:
|
|
||||||
|
|
||||||
- I would like Firefly III to do ABC.
|
|
||||||
- What if you would add feature XYZ?
|
|
||||||
- Firefly III doesn't do DEF.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Solution**
|
|
||||||
<!-- Describe what your feature would add to Firefly III. -->
|
|
||||||
|
|
||||||
**What are alternatives?**
|
|
||||||
<!-- Please describe what alternatives currently exist. -->
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
<!-- Add any other context or screenshots about the feature request here. -->
|
|
||||||
|
|
||||||
**Bonus points**
|
|
||||||
<!-- Earn bonus points by:
|
|
||||||
|
|
||||||
- Make a drawing
|
|
||||||
- Donate money (just kidding ;)
|
|
||||||
-->
|
|
||||||
64
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
64
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Report a bug in Firefly III (or associated tools)
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Support guidelines
|
||||||
|
description: Please read the support guidelines before proceeding.
|
||||||
|
options:
|
||||||
|
- label: I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md)
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: I've found a bug and checked that ...
|
||||||
|
description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why.
|
||||||
|
options:
|
||||||
|
- label: ... the documentation does not mention anything about my problem
|
||||||
|
- label: ... there are no open or closed issues that are related to my problem
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Description
|
||||||
|
description: Please provide a brief description of the bug in 1-2 sentences.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Expected behaviour
|
||||||
|
description: Please describe precisely what you'd expect to happen.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Actual behaviour
|
||||||
|
description: Please describe precisely what is actually happening.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: Please describe the steps to reproduce the bug.
|
||||||
|
placeholder: |
|
||||||
|
1. ...
|
||||||
|
2. ...
|
||||||
|
3. ...
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Debug information
|
||||||
|
description: Please provide the table from the /debug page
|
||||||
|
placeholder: The output from the /debug page
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional info
|
||||||
|
description: Please provide any additional information that seem useful.
|
||||||
Reference in New Issue
Block a user