Label Management
Labels are important tools for managing Issues and Pull Requests, used to mark specific commits for version control and release management. Labels allow you to quickly categorize, filter, and track issues. This article will introduce how to manage labels in GitCode.
Managing Labels in PRs
- After clicking on "Pull Request" on the project page and then clicking on "Labels," you can access the label management page. On this page, clicking "..." allows you to edit and delete labels.
Creating Labels in PRs
You can create Labels on the PR page:
-
After clicking on "Pull Request" on the project page and then clicking on "Labels," you can access the label management page.
-
On the label management page, you can see the existing Labels of the project. Clicking the "New Label" button at the top right allows you to create a new Label.
-
After filling in the name and description of the Label and clicking "Confirm," you can successfully create a new Label.
-
Once the Label is created, you can associate it with your new PR.