mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-29 22:47:42 +00:00
Update some issue templates.
This commit is contained in:
3
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
@@ -7,7 +7,7 @@ about: Create a report to help Firefly III improve
|
|||||||
**Bug description**
|
**Bug description**
|
||||||
I am running Firefly III version x.x.x, and my problem is:
|
I am running Firefly III version x.x.x, and my problem is:
|
||||||
|
|
||||||
<!-- Replace the version and describe your problem, or your issue will be closed. -->
|
<!-- Replace the version and describe your problem or your issue will be closed. -->
|
||||||
|
|
||||||
**Steps to reproduce**
|
**Steps to reproduce**
|
||||||
<!-- What do you need to do to trigger this bug? -->
|
<!-- What do you need to do to trigger this bug? -->
|
||||||
@@ -23,4 +23,5 @@ I am running Firefly III version x.x.x, and my problem is:
|
|||||||
|
|
||||||
- Post a stacktrace from your log files
|
- Post a stacktrace from your log files
|
||||||
- Add a screenshot
|
- Add a screenshot
|
||||||
|
- Remember the human
|
||||||
-->
|
-->
|
||||||
1
.github/ISSUE_TEMPLATE/Custom.md
vendored
1
.github/ISSUE_TEMPLATE/Custom.md
vendored
@@ -21,4 +21,5 @@ I am running Firefly III version x.x.x
|
|||||||
- Make a drawing
|
- Make a drawing
|
||||||
- Donate money (just kidding ;)
|
- Donate money (just kidding ;)
|
||||||
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
- Replicate the problem on the demo site https://demo.firefly-iii.org/
|
||||||
|
- Remember the human
|
||||||
-->
|
-->
|
||||||
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -22,3 +22,11 @@ Please describe your feature request:
|
|||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
<!-- Add any other context or screenshots about the feature request here. -->
|
<!-- Add any other context or screenshots about the feature request here. -->
|
||||||
|
|
||||||
|
**Bonus points**
|
||||||
|
<!-- Earn bonus points by:
|
||||||
|
|
||||||
|
- Make a drawing
|
||||||
|
- Donate money (just kidding ;)
|
||||||
|
- Remember the human
|
||||||
|
-->
|
||||||
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: 14
|
daysUntilStale: 7
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user