mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small updates to meta files [skip ci]
This commit is contained in:
parent
19443a5b34
commit
08d06cf465
2
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@ -13,7 +13,7 @@ I am running Firefly III version x.x.x
|
|||||||
What do you need to do to trigger this bug?
|
What do you need to do to trigger this bug?
|
||||||
|
|
||||||
**Extra info**
|
**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**
|
**Bonus points**
|
||||||
Earn bonus points by:
|
Earn bonus points by:
|
||||||
|
14
.github/ISSUE_TEMPLATE/Custom.md
vendored
14
.github/ISSUE_TEMPLATE/Custom.md
vendored
@ -1,25 +1,27 @@
|
|||||||
---
|
---
|
||||||
name: I have a question or a problem
|
name: I have a question or a problem
|
||||||
about: Ask away
|
about: Ask away!
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
I am running Firefly III version x.x.x
|
I am running Firefly III version x.x.x
|
||||||
|
|
||||||
**Description of my issue:**
|
**Description**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Steps to reproduce**
|
**Steps to reproduce**
|
||||||
|
(if relevant of course)
|
||||||
|
|
||||||
|
|
||||||
(please include if this problem also exists on the demo site: https://demo.firefly-iii.org/ )
|
|
||||||
|
|
||||||
**Extra info**
|
**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**
|
**Bonus points**
|
||||||
Earn bonus points by:
|
Earn bonus points by:
|
||||||
|
|
||||||
- Post a stacktrace from your log files
|
|
||||||
- Add a screenshot
|
- Add a screenshot
|
||||||
- Post nginx or Apache configuration
|
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
3
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
3
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@ -8,7 +8,8 @@ about: Suggest an idea or feature for Firefly III
|
|||||||
Please describe your feature request:
|
Please describe your feature request:
|
||||||
|
|
||||||
- I would like Firefly III to do X.
|
- I would like Firefly III to do X.
|
||||||
- What if you would add Y?
|
- What if you would add feature Y?
|
||||||
|
- Firefly III doesn't do Z.
|
||||||
|
|
||||||
**Solution**
|
**Solution**
|
||||||
Describe what your feature would add to Firefly III.
|
Describe what your feature would add to Firefly III.
|
||||||
|
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
# Configuration for probot-stale - https://github.com/probot/stale
|
# Configuration for probot-stale - https://github.com/probot/stale
|
||||||
|
|
||||||
# Number of days of inactivity before an Issue or Pull Request becomes stale
|
# Number of days of inactivity before an Issue or Pull Request becomes stale
|
||||||
daysUntilStale: 30
|
daysUntilStale: 14
|
||||||
|
|
||||||
# Number of days of inactivity before a stale Issue or Pull Request is closed.
|
# Number of days of inactivity before a stale Issue or Pull Request is closed.
|
||||||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
|
||||||
|
Loading…
Reference in New Issue
Block a user