-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
New ISSUE_TEMPLATE.md file #1637 #1638
New ISSUE_TEMPLATE.md file #1637 #1638
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.
Also see #1637
@@ -0,0 +1,29 @@ | |||
## Issue Overview |
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.
Probably above this should be a link to CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
Outdated
<!-- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!-- or ideas how to implement the addition or change --> | ||
|
||
## Steps to Reproduce (for bugs) |
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 reorder this, the sections should be in the order of:
## Steps to Reproduce (for bugs)
## Expected Behavior
## Current Behavior
It allows the issue reader to gain an overview of the events that led up to the "current behaviour" they see
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.
That makes sense to me!
Should we add a comment asking to look for duplicates before opening an issue? |
@youknowriad yes, that's definitely a good idea. I'll add that text. |
…vide instructions prior to submitting issue
- If you're requesting a new feature, explain why you'd like it to be added. | ||
- Search this repository for the issue and whether it has been fixed or reported already. | ||
- Ensure you are using the latest code before logging bugs. | ||
- Disabled all plugins to ensure it's not a plugin conflict 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.
s/Disabled/Disable
PR Overview
Added an
ISSUE_TEMPLATE.md
file as a baseline. This is the one we use in our projects and it has been working pretty nicely for us.If you have any suggested edits, just let me know!
Ref: #1637