Milestone Management
A milestone is an important tool used to manage project progress, helping teams set goals and track key stages of the project. During the project development process, a milestone represents a significant goal or phase, typically associated with specific features, version releases, or project deadlines. GitCode provides flexible milestone management functions, making it convenient for users to plan and monitor the progress of the project.
Managing Milestones in PRs
-
After clicking on "Pull Requests" on the project page, you can enter the milestone management page by clicking on "Milestones." On this page, you can edit, delete, or close milestones by clicking on "...".
Creating Milestones in PRs
You can create milestones on the PR page:
-
After clicking on "Pull Requests" on the project page, you can enter the milestone management page.
-
On the milestone management page, you can see the milestones of the project. Click on "New Milestone" at the top right to create a new milestone.
-
After filling in the milestone name, deadline, and description, click "Confirm" to successfully create a new milestone.
-
Once the milestone is created successfully, you can associate it when creating a new PR.
Through effective milestone management, you can better plan your project, enhance team collaboration, and improve efficiency. We hope this help document will assist you in better utilizing the milestone feature in PRs!