-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
feat: Add basic issue forms #5822
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
Conversation
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
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.
Some initial thoughts. Also, I don't see any point of having the other
issue form.
description: Create a bug report to help us address errors in the repository | ||
title: "[BUG] <bug description>" | ||
labels: [bug] | ||
body: |
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.
Some more required information:
- Repository commit
- OS, Python version
- Steps to reproduce (important!)
@@ -0,0 +1,23 @@ | |||
name: Bug report | |||
description: Create a bug report to help us address errors in the repository | |||
title: "[BUG] <bug description>" |
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.
title: "[BUG] <bug description>" | |
title: "<bug description>" |
I would not prefer to have this as we already label the issue with bug
. Also, instead of a text, this should be a placeholder.
@@ -0,0 +1,38 @@ | |||
name: Feature request | |||
description: Suggest features, propose improvements, discuss new ideas. | |||
title: "[FEATURE]" |
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.
Same suggestion, not a big fan of prefixed title. We have labels for that.
That's so people cannot make blank issues without any content. They have to provide some content if none of the provided issue templates fits their problem. Without this, people won't be able to make any other miscellaneous issues if we disable blank issues. Hope you understand. 🙂 |
closing in favor of #6533 |
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.