Skip to content

Commit 21f56d5

Browse files
pnskCopilotisaacmbrown
authored
Delete the article for issue template using a single file and release notes for an issue template feature deletion (#58705)
Co-authored-by: Copilot <[email protected]> Co-authored-by: isaacmbrown <[email protected]>
1 parent 6020a68 commit 21f56d5

File tree

4 files changed

+10
-72
lines changed

4 files changed

+10
-72
lines changed

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ intro: 'With issue and pull request templates, you can customize and standardize
44
redirect_from:
55
- /articles/about-issue-and-pull-request-templates
66
- /github/building-a-strong-community/about-issue-and-pull-request-templates
7+
- /articles/creating-an-issue-template-for-your-repository
8+
- /articles/manually-creating-a-single-issue-template-for-your-repository
9+
- /github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository
10+
- /communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository
711
versions:
812
fpt: '*'
913
ghes: '*'

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ children:
1919
- /syntax-for-issue-forms
2020
- /syntax-for-githubs-form-schema
2121
- /creating-a-pull-request-template-for-your-repository
22-
- /manually-creating-a-single-issue-template-for-your-repository
2322
- /common-validation-errors-when-creating-issue-forms
2423
---
2524

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

data/release-notes/enterprise-server/3-18/0.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ sections:
196196
Admin stats REST API endpoints may timeout on appliances with many users or repositories. Retrying the request until data is returned is advised.
197197
- |
198198
When following the steps for [Replacing the primary MySQL node](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-the-primary-mysql-node), step 14 (running `ghe-cluster-config-apply`) might fail with errors. If this occurs, re-running `ghe-cluster-config-apply` is expected to succeed.
199-
- |
199+
- |
200200
Running a config apply as part of the steps for [Replacing a node in an emergency](/admin/monitoring-managing-and-updating-your-instance/configuring-clustering/replacing-a-cluster-node#replacing-a-node-in-an-emergency) may fail with errors if the node being replaced is still reachable. If this occurs, shutdown the node and repeat the steps.
201201
- |
202202
When restoring data originally backed up from an appliance with version 3.13 or greater, the Elasticsearch indices must be reindexed before the data will display. This happens via a nightly scheduled job. It can also be forced by running `/usr/local/share/enterprise/ghe-es-search-repair`.
@@ -221,12 +221,12 @@ sections:
221221
- |
222222
When publishing npm packages in a workflow after restoring from a backup to GitHub Enterprise Server 3.13.5.gm4 or 3.14.2.gm3, you may encounter a `401 Unauthorized` error from the GitHub Packages service. This can happen if the restore is from an N-1 or N-2 version and the workflow targets the npm endpoint on the backup instance. To avoid this issue, ensure the access token is valid and includes the correct scopes for publishing to GitHub Packages.
223223
- |
224-
The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled.
224+
The entry for Private Registries in the organization settings menu is not visible unless Dependabot is enabled.
225225
- |
226226
Upgrading to this version from GHES 3.16.10 and higher or 3.17.6 and higher will cause the upgrade to fail due to this version containing an older version of MySQL. To avoid this issue please upgrade to GHES 3.18.1 or higher.
227227
228228
[Updated: 2025-11-24]
229-
229+
230230
closing_down:
231231
# https://github.com/github/releases/issues/5177
232232
- |
@@ -253,3 +253,6 @@ sections:
253253
# https://github.com/github/releases/issues/5811
254254
- |
255255
Automatic watching of repositories and teams is closing down. Users will no longer be auto-subscribed when joining organizations or teams, reducing notification noise and confusion. Existing auto-watching subscriptions remain unchanged; users stay subscribed to previously watched repositories or teams. See [AUTOTITLE](/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications#automatic-watching).
256+
# https://github.com/github/issues/issues/14468
257+
- |
258+
The issue template using a single `ISSUE_TEMPLATE.md` file is no longer supported. Users should migrate to using multiple issue templates stored in the `.github/ISSUE_TEMPLATE/` directory to provide a better issue reporting experience. See [AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates#issue-templates). [Updated: 2025-12-04]

0 commit comments

Comments
 (0)