-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Issue Template #957
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather have dropdowns, with the last option being «Other (please specify)»
None of the dropdowns should have default/pre-selected values, I don't want users to ignore the fields (they did with the old template).
Logs should probably be python code blocks, as python stack traces are expected (and possibly C# for the server logs)
It is unfortunate that there is no upload file option, as it is often preferable to have the log headers which print system info (would essentially duplicate several of the fields, such as OS and version)
I personally think the «eg.» looks a bit strange (not often used in english?) |
The main issue with Dropdowns is, that there is no Option to do "Other, Please Specify" (at least not to my knowledge) However people will not be abled to "ignore" the fields, as they are marked as "required" - so something has to be filled in! |
Rename templates
Quality Gate passedIssues Measures |
Changed the Folder Structure from
./github/issue_template.md
to./github/ISSUE_TEMPLATE/issue_template.md
As per GitHub Documentation
Updated the existing Issue Template to have a defining header.
This allows it to appear in the
Template Chooser
.This is created in response to #956 , so that Issues will from now on use the Template again.
If wanted, I can update the PR to:
Issue Form
Template Chooser
viaconfig.yml
file (as per docs)The current state of the PR is only to fix what was broken.
However as per GitHub Docs, the old way of having the
issue_template.md
should have worked!If you want to check if and how these changes work, feel free to checkout my fork on GH, on which I have set this branch to
default
to have an accurate Preview.