1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
2021-04-30 19:30:36 -07:00

2.0 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Creating and editing milestones for issues and pull requests You can create a milestone to track progress on groups of issues or pull requests in a repository.
/articles/creating-milestones-for-issues-and-pull-requests/
/articles/creating-and-editing-milestones-for-issues-and-pull-requests
free-pro-team enterprise-server github-ae
* * *
Pull requests

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} {% data reusables.project-management.milestones %} 4. Choose one of these options: - To create a new milestone, click New Milestone. New milestone button - To edit a milestone, next to the milestone you want to edit, click Edit. Edit milestone option 5. Type the milestone's title, description, or other changes, and click Create milestone or Save changes. Milestones will render Markdown syntax. For more information about Markdown syntax, see "Basic writing and formatting syntax."

Deleting milestones

When you delete milestones, issues and pull requests are not affected.

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-issue-pr %} {% data reusables.project-management.milestones %} 4. Next to the milestone you want to delete, click Delete. Delete milestone option

Further reading