-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add new templates for issues #28
Add new templates for issues #28
Conversation
@@ -0,0 +1,10 @@ | |||
--- | |||
name: Generic 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.
Generic is not needed.
--- | ||
name: Maintenance Task | ||
about: For repository upkeep and improvements | ||
title: '[MAINTENANCE] ' |
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.
trailing space
@@ -0,0 +1,14 @@ | |||
--- | |||
name: Maintenance Task | |||
about: For repository upkeep and improvements |
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 would not say improvements.
labels: Maintenance | ||
--- | ||
|
||
[Briefly describe the maintenance task] |
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.
this is inconsistent with the previous ones.
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.
Isn't the create from blank issue enough?
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.
+1
With the new template for tracking issues, there is no path for users to create issues for maintainence of generic issues. These templates allow users to create issues that are maintainence related or generic in nature.
Call-out:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.