-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Update bug report template #6805
Conversation
@mtrezza perhaps you would like to take a look? |
Codecov Report
@@ Coverage Diff @@
## master #6805 +/- ##
==========================================
+ Coverage 93.91% 93.92% +0.01%
==========================================
Files 169 169
Lines 12156 12156
==========================================
+ Hits 11416 11418 +2
+ Misses 740 738 -2
Continue to review full report at Codecov.
|
@TomWFox I will take a look |
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.
LGTM
I just noticed that now every new issue has the task info next to it ("4 of 4"): Do we want that? It adds visual clutter to the issue list and it "occupies" the tasks feature. I used the tasks to give people an indication of how far ahead an issue is to being resolved / feature is to being implemented. It also makes a reported issue quite verbose to read, with the 1/3 - 1/4 of the issue text being those intro remarks. If we need to keep these boxes in the issue, maybe we can at least shorted them, see for example the fastlane issue template: vs. |
The task info on the issue list doesn't bother me too much, visually it's not ideal, but functional I don't see the difference - in the past I've never looked at that and seen that half of the tasks are 'complete' and thought I'll come back later - there's not enough context for it to be actually useful to me. I also don't think the extra content is a big deal - easy to skip past once you've seen a couple issues, but we could definitely hide the first couple of sentences and the tasks could be more concise. |
True, there's no consensual use of tasks at the moment, so it's difficult to infer anything from it.
Yes, that would help. |
The aim is to decrease the number of issues being created which shouldn't be - including questions which should go on SO or the forum and vulnerability disclosures.
It's modelled from the Parse Dashboard issue template.