Add task lists to issues and merge requests

王权利请求将github/fork/mr-vinn/task-lists合并到master

Created by: mr-vinn

Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists.

This is an accepted suggestion from feedback.gitlab.com

TODO

  • Write Rspec tests
  • Write Spinach tests
  • Update documentation
  • Move functionality to a pipeline filter like #7853

合并请求报告