|
| 1 | +--- |
| 2 | +title: Creating and editing milestones for issues and pull requests |
| 3 | +intro: You can create milestones to track progress across groups of issues or pull requests within a repository. |
| 4 | +redirect_from: |
| 5 | + - /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones/creating-and-editing-milestones-for-issues-and-pull-requests |
| 6 | + - /articles/creating-milestones-for-issues-and-pull-requests |
| 7 | + - /articles/creating-and-editing-milestones-for-issues-and-pull-requests |
| 8 | + - /github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests |
| 9 | +versions: |
| 10 | + fpt: '*' |
| 11 | + ghes: '*' |
| 12 | + ghec: '*' |
| 13 | +topics: |
| 14 | + - Pull requests |
| 15 | + - Issues |
| 16 | + - Project management |
| 17 | +shortTitle: Create & edit milestones |
| 18 | +type: how_to |
| 19 | +--- |
| 20 | + |
| 21 | +{% data reusables.repositories.navigate-to-repo %} |
| 22 | +{% data reusables.repositories.sidebar-issue-pr %} |
| 23 | +{% data reusables.project-management.milestones %} |
| 24 | + |
| 25 | +1. Choose one of the following options: |
| 26 | + * To create a new milestone, click **New milestone**. |
| 27 | + * To edit an existing milestone, next to the milestone you want to modify, click **Edit**. |
| 28 | + |
| 29 | +  <!-- markdownlint-disable-line outdated-release-phase-terminology --> |
| 30 | + |
| 31 | +1. Enter the milestone title, description, or other updates, then click **Create milestone** or **Save changes**. Milestones support Markdown syntax. For more information, see [AUTOTITLE](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). |
| 32 | + |
| 33 | +## Deleting milestones |
| 34 | + |
| 35 | +Deleting a milestone does not affect the associated issues or pull requests. |
| 36 | + |
| 37 | +{% data reusables.repositories.navigate-to-repo %} |
| 38 | +{% data reusables.repositories.sidebar-issue-pr %} |
| 39 | +{% data reusables.project-management.milestones %} |
| 40 | + |
| 41 | +1. Next to the milestone you want to remove, click **Delete**. |
| 42 | + |
| 43 | + <!-- markdownlint-disable-line outdated-release-phase-terminology --> |
0 commit comments