-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix for issue template #34
Conversation
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.
Thank you for working on this, @lpilz! We still need to fix the body section:
.github/ISSUE_TEMPLATE/other.yml
Outdated
@@ -1,6 +1,6 @@ | |||
name: Issue | |||
description: General Issue | |||
title: '' | |||
title: '[ISSUE]: ' |
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.
Could we use a nonredundant prefix e.g. MISC for miscellaneous? What do you think
title: '[ISSUE]: ' | |
title: '[MISC]: ' |
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.
Sure we can :) I went maybe a bit overboard with keeping it in line with [Bug]:
and [FEATURE]:
;)
Is there any way one can test this locally? I feel like I'm flying a bit blind here... |
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.
Looks great, @lpilz!
Change Summary
Added a title prefix to
other.yml
in order to fix bug with templateRelated issue number