Small updates to meta files [skip ci]

This commit is contained in:
James Cole 2018-06-05 07:57:18 +02:00
parent 19443a5b34
commit 08d06cf465
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
4 changed files with 12 additions and 9 deletions

View File

@ -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:

View File

@ -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/

View File

@ -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
View File

@ -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.