mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Some meta improvements [skip ci]
This commit is contained in:
parent
7fa2fed147
commit
290405b987
13
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -5,21 +5,22 @@ about: Create a report to help Firefly III improve
|
||||
---
|
||||
|
||||
**Bug description**
|
||||
I am running Firefly III version x.x.x
|
||||
I am running Firefly III version x.x.x, and my problem is:
|
||||
|
||||
(please give a clear and concise description of what the bug is)
|
||||
<!-- Replace the version and describe your problem, or your issue will be closed. -->
|
||||
|
||||
**Steps to reproduce**
|
||||
What do you need to do to trigger this bug?
|
||||
<!-- What do you need to do to trigger this bug? -->
|
||||
|
||||
**Expected behavior**
|
||||
What do you expect to see after those steps?
|
||||
<!-- What do you expect to see after those steps? -->
|
||||
|
||||
**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).
|
||||
<!-- 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:
|
||||
<!-- Earn bonus points by:
|
||||
|
||||
- Post a stacktrace from your log files
|
||||
- Add a screenshot
|
||||
-->
|
17
.github/ISSUE_TEMPLATE/Custom.md
vendored
17
.github/ISSUE_TEMPLATE/Custom.md
vendored
@ -7,21 +7,18 @@ about: Ask away!
|
||||
I am running Firefly III version x.x.x
|
||||
|
||||
**Description**
|
||||
|
||||
|
||||
|
||||
**Steps to reproduce**
|
||||
(if relevant of course)
|
||||
|
||||
|
||||
<!-- (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).
|
||||
<!-- 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:
|
||||
<!-- Earn bonus points by:
|
||||
|
||||
- Add a screenshot
|
||||
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
||||
- Make a drawing
|
||||
- Donate money (just kidding ;)
|
||||
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
||||
-->
|
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@ -5,17 +5,20 @@ 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 feature Y?
|
||||
- Firefly III doesn't do Z.
|
||||
- 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.
|
||||
<!-- Describe what your feature would add to Firefly III. -->
|
||||
|
||||
**What are alternatives?**
|
||||
Please describe what alternatives currently exist.
|
||||
<!-- Please describe what alternatives currently exist. -->
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -13,6 +13,8 @@ exemptLabels:
|
||||
- enhancement
|
||||
- feature
|
||||
- bug
|
||||
- possible-bug
|
||||
- announcement
|
||||
|
||||
# Set to true to ignore issues in a project (defaults to false)
|
||||
exemptProjects: false
|
||||
|
Loading…
Reference in New Issue
Block a user