1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/content/github/managing-your-work-on-github/creating-a-label.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

1.4 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Creating a label In repositories where you have write access, you can create labels to organize issues and pull requests.
/articles/creating-and-editing-labels-for-issues-and-pull-requests/
/articles/creating-a-label
free-pro-team enterprise-server
* *

{% tip %}

Tip: You can also create a label in the Labels drop-down menu within an issue or pull request.

{% endtip %}

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} {% data reusables.project-management.labels %} 4. To the right of the search field, click New label. {% data reusables.project-management.name-label %} {% data reusables.project-management.label-description %} {% data reusables.project-management.label-color-randomizer %} {% data reusables.project-management.create-label %}

Further reading