From 88526350a559d164f972841fa0ebecf8628b0e75 Mon Sep 17 00:00:00 2001 From: Steven Maillet Date: Sun, 8 Apr 2018 11:18:05 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6cef041..51005a1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,11 +1,14 @@ # Do not submit this issue! -Not that we don't want the feedback! :wink: We just want to keep the feedback focused and easier to consume by structring the different kinds of feedback with templates. While GitHub supports multiple templates there is, unfortunately, no UI for a user to create an issue with a sepcific template. You are expected to "just know" that you have to add a query pattern to the URL for the issue... ([Sigh] "Missed it by that much...") +Not that we don't want the feedback! :wink: + +We just want to keep the feedback focused and easier to consume by structuring the different kinds of feedback with templates. While GitHub supports multiple templates there is, unfortunately, no UI for a user to create an issue with a sepcific template. You are expected to "just know" that you have to add a query pattern to the URL for the issue... ([Sigh] "Missed it by that much...") Issues submitted without the use of the templates will almost certainly be closed without further review. -_[Actually, for this repository, that is pretty much true for all issues as it isn't a real project - it's an experimental test bed for new infastructure (Like issue templates)]_ +_[Actually, for this repository, that is pretty much true for all issues as it isn't a real project - it's an experimental test bed for new infastructure (Like issue templates) :grin:]_ # Use an issue template Please Use one of the links below to create a new issue from a template. +(It helps to switch to the preview tab so you can use the links to navigate to the correct template) * [Bug](https://github.com/UbiquityDotNET/CommandLineParsing/issues/new?template=bug.md) Bugs are for things that don't work as they are designed, documented or specified. If you think the behavior should be something other than what it is designed then that's a new feature or design change - not a bug.