-
Notifications
You must be signed in to change notification settings - Fork 27.4k
chore(github): update the issue template #15824
Conversation
ce94b48
to
7df9b3c
Compare
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.
A couple of nits. 💯 otherwise 😃
.github/ISSUE_TEMPLATE.md
Outdated
- Before submitting, please **SEARCH GITHUB** for a similar issue or PR. --> | ||
|
||
**I'm submitting a ...** (check one with "x") | ||
``` |
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 really hate that on the angular ISSUE_TEMPLATE. Why put this inside a code-block?
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 think it's because when it's inline you have an actual checkbox - which is good - but Github will show the issue as having "1 of 3" in the issue list. That might be a problem when we / someone adds more checkboxes, because then you cannot distinguish between the issue type and some sort of to-do list. Basically what we want here is a radio group ...
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 don't feel too strongly about it. I slightly prefer the checkboxes over code-blocks, but I am happy with this PR either way 👍
.github/ISSUE_TEMPLATE.md
Outdated
**Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] | ||
<!-- All browsers where this could be reproduced --> | ||
|
||
**Environment:** |
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 am not sure this is very relevant for AngularJS. I would rather remove it from the template and "manually" request the extra info if necessary.
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 - I'll add a note about the OS to the browser section
10d1a69
to
9c47f21
Compare
9c47f21
to
c2f89e9
Compare
Updates the issue template.