From 290405b987e22f5e2b1f5f18ead40079db5046d0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Dec 2018 06:19:40 +0100 Subject: [PATCH] Some meta improvements [skip ci] --- .github/ISSUE_TEMPLATE/Bug_report.md | 13 +++++++------ .github/ISSUE_TEMPLATE/Custom.md | 17 +++++++---------- .github/ISSUE_TEMPLATE/Feature_request.md | 15 +++++++++------ .github/stale.yml | 2 ++ 4 files changed, 25 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 3b35ad47c4..1a20e5fd3a 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,21 +5,22 @@ about: Create a report to help Firefly III improve --- **Bug description** -I am running Firefly III version x.x.x +I am running Firefly III version x.x.x, and my problem is: -(please give a clear and concise description of what the bug is) + **Steps to reproduce** -What do you need to do to trigger this bug? + **Expected behavior** -What do you expect to see after those steps? + **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: + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index 0db426cdf3..5d4c0d4be8 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -7,21 +7,18 @@ about: Ask away! I am running Firefly III version x.x.x **Description** - - - -**Steps to reproduce** -(if relevant of course) - - + **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: + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 3bdd3d861e..084c45b3f5 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -5,17 +5,20 @@ about: Suggest an idea or feature for Firefly III --- **Description** + **Solution** -Describe what your feature would add to Firefly III. + **What are alternatives?** -Please describe what alternatives currently exist. + **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file + \ No newline at end of file diff --git a/.github/stale.yml b/.github/stale.yml index 8f9da31fcd..ca0f60ebae 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,6 +13,8 @@ exemptLabels: - enhancement - feature - bug + - possible-bug + - announcement # Set to true to ignore issues in a project (defaults to false) exemptProjects: false