From c58dea357ae9727195633197bd23f3d13c856b06 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Fri, 9 Aug 2019 10:05:58 -0700 Subject: [PATCH] Add link to writing user stories in feature request template --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +++ .github/ISSUE_TEMPLATE/feature-request.md | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index cbcec54..a469475 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Report bugs or scary stacktraces (the big scary red lines that say SomethingException) +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 27afc38..4000e14 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,14 +1,14 @@ --- name: Feature enhancement or request about: Improvements or ideas for GriefPrevention +title: Name of feature goes here. No brackets, please. +labels: Add-on suggestion +assignees: '' --- **AS** a player/administrator/etc. **I WANT** a feature -**SO THAT** I can be satisfied with my Minecrafting experience +**BECAUSE** I want to be satisfied with my Minecrafting experience -### Proposed Criteria -- Option `minecraft.satisfaction` is in the config.yml -- Option defaults to true -- When `minecraft.satisfaction` is set to true, all players on my server receive the `Hero of the village` effect. +Here's how to increase your chances of your feature request being understood (and potentially considered for implementation): https://content.pivotal.io/blog/how-to-write-well-formed-user-stories