From 069e044777e2016c337bae28e6604e03a836fb5e Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 12:08:07 +0000 Subject: [PATCH 1/2] Add documentation and example for type field in issue templates (#58098) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: azenMatt <7584089+azenMatt@users.noreply.github.com> Co-authored-by: Felix Guntrip Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: felix --- .../configuring-issue-templates-for-your-repository.md | 4 ++-- data/reusables/community/issue-forms-sample.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md index df4b6f78e354..f9bc7ad955e3 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository.md @@ -22,7 +22,7 @@ shortTitle: Configure {% data reusables.repositories.sidebar-settings %} 1. In the "Features" section, under **Issues**, click **Set up templates**. You may need to enable **Issues** and refresh the page before you can see the button. -![Screenshot of the "Features" section of a repository's settings, with the "Issues" setting ticked and the green "Set up templates" button visible.](/assets/images/help/repository/set-up-issue-templates-button.png) + ![Screenshot of the "Features" section of a repository's settings, with the "Issues" setting ticked and the green "Set up templates" button visible.](/assets/images/help/repository/set-up-issue-templates-button.png) 1. Use the **Add template** dropdown menu, and click on the type of template you'd like to create. ![Screenshot of the "Add template" dropdown menu expanded to show standard templates, "Bug report" and "Feature request," with a "Custom template".](/assets/images/help/repository/add-template-drop-down-menu.png) @@ -30,7 +30,7 @@ shortTitle: Configure 1. To edit the template, click {% octicon "pencil" aria-label="Edit template" %}, and type in the fields to edit their contents. ![Screenshot of the preview of an issue template. To the right of the template name, a pencil icon is outlined in dark orange.](/assets/images/help/repository/issue-template-edit-button.png) -1. To automatically set a default issue title, assign the issue to people with read access to the repository, or apply labels to issues raised from the template, use the fields under "Optional additional information." You can also add these details in the issue template with `title`, `labels`, or `assignees` in a YAML frontmatter format. +1. To automatically set a default issue title, assign the issue to people with read access to the repository, or apply labels to issues raised from the template, use the fields under "Optional additional information." You can also add these details in the issue template with `title`, `labels`, `type`, or `assignees` in a YAML frontmatter format. 1. When you're finished editing and previewing your template, click **Propose changes** in the upper right corner of the page. 1. In the "Commit message" field, type a commit message describing your changes. 1. Below the commit message fields, select whether to commit your template directly to the default branch, or to create a new branch and open a pull request. For more information about pull requests, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests). diff --git a/data/reusables/community/issue-forms-sample.md b/data/reusables/community/issue-forms-sample.md index 74a627029ed9..52e9bb8a2f3b 100644 --- a/data/reusables/community/issue-forms-sample.md +++ b/data/reusables/community/issue-forms-sample.md @@ -5,7 +5,8 @@ title: "[Bug]: " labels: ["bug", "triage"] projects: ["octo-org/1", "octo-org/44"] assignees: - - octocat + - octocat{% ifversion issue-types %} +type: bug{% endif %} body: - type: markdown attributes: @@ -59,7 +60,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). options: - label: I agree to follow this project's Code of Conduct required: true From 19e529a0089e35ba36c0bbf22d7e996b13271c0b Mon Sep 17 00:00:00 2001 From: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:18:50 +0100 Subject: [PATCH 2/2] Include all categories on GHEC onboarding page (#58142) --- content/enterprise-onboarding/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/enterprise-onboarding/index.md b/content/enterprise-onboarding/index.md index 3b4f668bc884..9dcfd54bd3e4 100644 --- a/content/enterprise-onboarding/index.md +++ b/content/enterprise-onboarding/index.md @@ -40,6 +40,26 @@ journeyTracks: - '/enterprise-onboarding/support-for-your-enterprise/understanding-support' - '/enterprise-onboarding/support-for-your-enterprise/using-the-support-portal' - '/enterprise-onboarding/support-for-your-enterprise/managing-support-entitlements' + - id: 'github_actions' + title: 'Getting started with GitHub Actions' + description: 'Learn how to plan and implement a rollout of {% data variables.product.prodname_actions %} for your enterprise.' + guides: + - '/enterprise-onboarding/github-actions-for-your-enterprise/about-github-actions-for-enterprises' + - '/enterprise-onboarding/github-actions-for-your-enterprise/understanding-github-actions' + - '/enterprise-onboarding/github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise' + - '/enterprise-onboarding/github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions' + - '/enterprise-onboarding/github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud' + - '/enterprise-onboarding/github-actions-for-your-enterprise/security-hardening-for-github-actions' + - '/enterprise-onboarding/github-actions-for-your-enterprise/about-billing-for-github-actions' + - id: 'feature_enhancements' + title: 'Enhancing your experience' + description: 'Take advantage of features available with {% data variables.product.prodname_ghe_cloud %}.' + guides: + - '/enterprise-onboarding/feature-enhancements/about-the-audit-log-for-your-enterprise' + - '/enterprise-onboarding/feature-enhancements/about-access-permissions-on-github' + - '/enterprise-onboarding/feature-enhancements/about-rulesets' + - '/enterprise-onboarding/feature-enhancements/create-a-readme-for-your-enterprise' + - '/enterprise-onboarding/feature-enhancements/about-enterprise-security' versions: ghec: '*' topics: