Skip to content

Commit 02e9ed6

Browse files
Evolving GitHub Issues [GA] (#54869)
Co-authored-by: Sophie <[email protected]>
1 parent 02e0eba commit 02e9ed6

File tree

10 files changed

+3
-24
lines changed

10 files changed

+3
-24
lines changed

Diff for: content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ body:
3535
3636
You can set the following top-level keys for each issue form.
3737
38-
{% ifversion issue-types %}
39-
40-
{% data reusables.issues.release-stage %}
41-
42-
{% endif %}
43-
4438
| Key | Description | Required | Type |
4539
| :-- | :-- | :-- | :-- |
4640
| `name` | A name for the issue form template. Must be unique from all other templates, including Markdown templates. | Required | String |

Diff for: content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md

-4
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ You can also use a <code>&ast;</code> as a wildcard.
233233

234234
If your organization uses issue types, you can filter for particular types.
235235

236-
{% data reusables.issues.release-stage %}
237-
238236
| Qualifier | Example
239237
| ---------- | -------------
240238
| <code>type:&quot;<em>ISSUE TYPE</em>&quot; | **type:&quot;bug&quot;** will show issues with the "bug" type.
@@ -247,8 +245,6 @@ If your organization uses issue types, you can filter for particular types.
247245

248246
You can filter your sub-issues by their parent issue.
249247

250-
{% data reusables.issues.release-stage %}
251-
252248
| Qualifier | Example
253249
| ---------- | -------------
254250
| <code>parent-issue:<em>OWNER/REPO#ISSUE NUMBER</em></code> | **parent-issue:octocat/game#4** will show issues with issue #4 in octocat/game as their parent issue.

Diff for: content/issues/tracking-your-work-with-issues/configuring-issues/managing-issue-types-in-an-organization.md

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ shortTitle: 'Managing issue types'
1010
permissions: 'Organization owners can modify issue types.'
1111
---
1212

13-
{% data reusables.issues.release-stage %}
14-
1513
You can use issue types to classify and manage different types of issues across your organization. You can create up to {% data variables.projects.issue_type_limit %} issue types that your organization members can apply to issues, making it easier for you and your members to find issues and plan work.
1614

1715
Default issue types are included in every organization, but these can edited, disabled, or deleted. The default types are task, bug, and feature.

Diff for: content/issues/tracking-your-work-with-issues/configuring-issues/planning-and-tracking-work-for-your-team-or-project.md

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ Below we have added a task list to our Project Octocat issue, breaking it down i
8888

8989
### Breaking down your work with sub-issues
9090

91-
{% data reusables.issues.release-stage %}
92-
9391
{% data reusables.issues.about-sub-issues %} See [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/adding-sub-issues) and [AUTOTITLE](/issues/tracking-your-work-with-issues/using-issues/browsing-sub-issues).
9492

9593
{% endif %}

Diff for: content/issues/tracking-your-work-with-issues/using-issues/editing-an-issue.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ You can also make changes to the issue description. The edit history is availabl
4242

4343
## Adding or changing the issue type
4444

45-
{% data reusables.issues.release-stage %}
46-
4745
You can add an issue type or make changes to an existing issue type.
4846

4947
1. Navigate to the issue you want to edit.

Diff for: content/rest/issues/sub-issues.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ autogenerated: rest
1111
allowTitleToDifferFromFilename: true
1212
---
1313

14-
{% data reusables.issues.release-stage %}
15-
1614
<!-- Content after this section is automatically generated -->

Diff for: data/features/issue-types.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5-
ghes: '>=3.16'
5+
ghes: '>=3.18'

Diff for: data/features/issues-advanced-search.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5-
ghes: '>=3.16'
5+
ghes: '>=3.18'

Diff for: data/features/sub-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
versions:
33
fpt: '*'
44
ghec: '*'
5-
ghes: '>=3.17'
5+
ghes: '>=3.18'

Diff for: data/reusables/issues/release-stage.md

-3
This file was deleted.

0 commit comments

Comments
 (0)