1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/translations/ru-RU/content/github/managing-your-work-on-github/about-task-lists.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

1.4 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
About task lists You can use task lists to create a list of items with checkboxes within pull request and issue comments or Markdown files in your repository.
/articles/about-task-lists
free-pro-team enterprise-server github-ae
* * *

Task lists render with clickable checkboxes in comments. You can select or unselect the checkboxes to mark them as complete or incomplete.

Task lists render as read-only checkboxes in Markdown files. People with write permissions in the repository can edit the file to select or unselect the checkboxes.

You can view task list summary information in issue and pull request lists, when the task list is in the initial comment.

Task list summary

Creating task lists

{% data reusables.repositories.task-list-markdown %}

Reordering tasks

You can reorder task lists within a single comment by clicking to the left of a task's checkbox, dragging it to a new location, and dropping it. If you have multiple lists within a comment, you can reorder tasks across the single comment. You can't add or reorder tasks across different comments.

Reordered task list

Дополнительная литература