Disable task list for certain issue templates #4319
Replies: 9 comments 9 replies
|
I concur, I'd also like to add onto this as we use checkboxes as a "please confirm that you've done the following", it would be nice to be able to keep these checkboxes to make people to essentially "promise" us that they're meeting some requirements, e.g. they're actually using a supported version, but, the fact that they show up as tasks is a bit of a "bleh" aspect and makes them unviable to us, which would have been nice! |
|
Sometimes I put mini multiple-choice surveys in issue comments and have people check the boxes to indicate their responses. With this kind of format the |
|
We hit this when trying to use checkboxes to identify which branches to backport issues to (example) Perhaps it would be sufficient to pick a different bracket character to mean "checkbox but it's not a todo list" |
|
I'd really want a way to put multiple on a line -- eg: DONE / N/A
So they'd have to tick "N/A" for stuff that isn't applicable. Or some fast way to cross out the whole line - the markup for that requires manual editing and its painful. |
|
There is now an option to user a select box with options for that case I mentioned, just fyi. :) |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
There is another hack which stops github from treating it as task list, which is just making these checkboxes as bullet points so doing:
|



Uh oh!
There was an error while loading. Please reload this page.
Got that new task list feature and really liking it, but in issues like feature requests or bug issues they are often used to determine which part is involved. For example, in Angular: angular/angular-cli#21202
Would be great to be able to disable this for some issue templates.
All reactions