diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1312de943a..12ba47695e 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -13,7 +13,7 @@ I am running Firefly III version x.x.x What do you need to do to trigger this bug? **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: diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index f943c935cb..0db426cdf3 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -1,25 +1,27 @@ --- name: I have a question or a problem -about: Ask away +about: Ask away! --- I am running Firefly III version x.x.x -**Description of my issue:** +**Description** + **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** - 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: -- Post a stacktrace from your log files - Add a screenshot -- Post nginx or Apache configuration \ No newline at end of file +- Replicate the problem on the demo site https://demo.firefly-iii.org/ \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 7dfae270ae..3bdd3d861e 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -8,7 +8,8 @@ about: Suggest an idea or feature for Firefly III Please describe your feature request: - 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** Describe what your feature would add to Firefly III. diff --git a/.github/stale.yml b/.github/stale.yml index f9e5be7b89..5acff1e12e 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: 30 +daysUntilStale: 14 # 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.