Skip to content

Commit c69852e

Browse files
authored
Update ISSUE_TEMPLATE.md
1 parent 8c3de20 commit c69852e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
Test default issue template
1+
# Do not submit this issue!
2+
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...")
3+
4+
Issues submitted without the use of the templates will almost certainly be closed without further review.
5+
_[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)]_
6+
7+
# Use an issue template
8+
Please Use one of the links below to create a new issue from a template.
9+
10+
* [Bug](https://github.com/UbiquityDotNET/CommandLineParsing/issues/new?template=bug.md)
11+
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.
12+
* [Feature](https://github.com/UbiquityDotNET/CommandLineParsing/issues/new?template=newfeature.md)
13+
New features are used to request additional functionallity not currently available in the project.

0 commit comments

Comments
 (0)