New issue templates.

This commit is contained in:
James Cole 2018-05-03 16:53:52 +02:00
parent ccda71ff8e
commit 38d9f10672
4 changed files with 67 additions and 11 deletions

22
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View File

@ -0,0 +1,22 @@
---
name: Bug report
about: Create a report to help Firefly III improve
---
**Bug description**
I am running Firefly III version x.x.x
(please give a clear and concise description of what the bug is)
**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).
**Bonus points**
Earn bonus points by:
- Post a stacktrace from your log files
- Add a screenshot

25
.github/ISSUE_TEMPLATE/Custom.md vendored Normal file
View File

@ -0,0 +1,25 @@
---
name: I have a question or a problem
about: Ask away
---
I am running Firefly III version x.x.x
**Description of my issue:**
**Steps to reproduce**
(please include if this problem also exists on the demo site: https://demo.firefly-iii.org/ )
**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).
**Bonus points**
Earn bonus points by:
- Post a stacktrace from your log files
- Add a screenshot
- Post nginx or Apache configuration

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea or feature for Firefly III
---
**Description**
Please describe your feature request:
- I would like Firefly III to do X.
- What if you would add Y?
**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.

View File

@ -1,11 +0,0 @@
I am running Firefly III version x.x.x
#### Description of my issue:
#### Steps to reproduce
(please include if this problem also exists on the demo site)
#### Other important details (log files, system info):
Please click the version number in the right corner of any Firefly III page to get debug information.