From ba778d4c6064ac459ad914453ea64890705e352d Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 8 Jan 2019 17:05:42 +0100 Subject: [PATCH] Update some issue templates. --- .github/ISSUE_TEMPLATE/Bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/Custom.md | 1 + .github/ISSUE_TEMPLATE/Feature_request.md | 10 +++++++++- .github/stale.yml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1a20e5fd3a..bcb83cccdc 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -7,7 +7,7 @@ about: Create a report to help Firefly III improve **Bug description** I am running Firefly III version x.x.x, and my problem is: - + **Steps to reproduce** @@ -23,4 +23,5 @@ I am running Firefly III version x.x.x, and my problem is: - Post a stacktrace from your log files - Add a screenshot +- Remember the human --> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 5d4c0d4be8..5572cc788e 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -21,4 +21,5 @@ I am running Firefly III version x.x.x - Make a drawing - Donate money (just kidding ;) - Replicate the problem on the demo site https://demo.firefly-iii.org/ +- Remember the human --> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 084c45b3f5..3d8ed366a9 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -21,4 +21,12 @@ Please describe your feature request: **Additional context** - \ No newline at end of file + + +**Bonus points** + \ No newline at end of file diff --git a/.github/stale.yml b/.github/stale.yml index 47c10df8bf..01b7d8a372 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for probot-stale - https://github.com/probot/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. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.