From 0f8139c12d1ea1ac2416e32c4c433ca1391a8eda Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Thu, 30 Jun 2022 00:35:24 -0400 Subject: [PATCH 1/4] Update feedback repository URL --- .../setting-up-notifications/about-notifications.md | 2 +- content/codespaces/index.md | 2 +- .../webhooks/webhook-events-and-payloads.md | 2 +- .../about-discussions.md | 2 +- content/discussions/index.md | 2 +- content/get-started/using-github/github-mobile.md | 2 +- .../about-projects.md | 2 +- .../trying-out-the-new-projects-experience/quickstart.md | 2 +- .../introduction-to-github-packages.md | 2 +- .../automatically-merging-a-pull-request.md | 2 +- .../automatically-generated-release-notes.md | 2 +- .../using-files/working-with-non-code-files.md | 2 +- content/sponsors/index.md | 2 +- data/release-notes/enterprise-server/3-4/0-rc1.yml | 2 +- data/release-notes/enterprise-server/3-4/0.yml | 2 +- data/reusables/sponsors/feedback.md | 2 +- data/variables/contact.yml | 2 +- lib/page.js | 2 +- tests/fixtures/rss-feed.xml | 2 +- tests/rendering/footer.js | 6 +++--- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md index 7584dfbb0d..ce8149cbfe 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md @@ -96,4 +96,4 @@ Notifications that are not marked as **Saved** are kept for 5 months. Notificati ## Feedback and support -If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/github/feedback/discussions/categories/general-feedback). +If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/general-feedback). diff --git a/content/codespaces/index.md b/content/codespaces/index.md index d3cf619a21..5f4d970efe 100644 --- a/content/codespaces/index.md +++ b/content/codespaces/index.md @@ -34,7 +34,7 @@ featuredLinks: product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github/feedback/discussions/categories/codespaces-feedback' + href: 'https://github.com/github-community/community/discussions/categories/codespaces-feedback' redirect_from: - /github/developing-online-with-github-codespaces - /github/developing-online-with-codespaces diff --git a/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md b/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md index 074ec3f1ed..58f38b8443 100644 --- a/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md +++ b/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md @@ -971,7 +971,7 @@ Key | Type | Description {% note %} -**Note:** Webhook events for Projects (beta) are currently in beta and subject to change. To share feedback about Projects (beta) webhooks with {% data variables.product.product_name %}, see the [Projects (beta) webhook feedback discussion](https://github.com/github/feedback/discussions/17405). +**Note:** Webhook events for Projects (beta) are currently in beta and subject to change. To share feedback about Projects (beta) webhooks with {% data variables.product.product_name %}, see the [Projects (beta) webhook feedback discussion](https://github.com/github-community/community/discussions/17405). {% endnote %} diff --git a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md index 848ae45182..80da7319d3 100644 --- a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md +++ b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md @@ -64,7 +64,7 @@ You can spotlight discussions that contain important, useful, or exemplary conve ## Sharing feedback -You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`github/feedback`](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Discussions+Feedback%22). +You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`github-community/community`](https://github.com/github-community/community/discussions?discussions_q=category%3A%22Discussions+Feedback%22). ## Further reading diff --git a/content/discussions/index.md b/content/discussions/index.md index feb1df7a42..2e61917485 100644 --- a/content/discussions/index.md +++ b/content/discussions/index.md @@ -31,7 +31,7 @@ versions: ghec: '*' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github/feedback/discussions/categories/discussions-feedback' + href: 'https://github.com/github-community/community/discussions/categories/discussions-feedback' children: - /quickstart - /guides diff --git a/content/get-started/using-github/github-mobile.md b/content/get-started/using-github/github-mobile.md index fe88929e61..eb1c5fa568 100644 --- a/content/get-started/using-github/github-mobile.md +++ b/content/get-started/using-github/github-mobile.md @@ -84,7 +84,7 @@ To re-enable Universal Links, long-press any {% data variables.product.product_n If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com. -You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22). +You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/github-community/community/discussions?discussions_q=category%3A%22Mobile+Feedback%22). ## Opting out of beta releases for iOS diff --git a/content/issues/trying-out-the-new-projects-experience/about-projects.md b/content/issues/trying-out-the-new-projects-experience/about-projects.md index 92154685b4..e309bd9ff8 100644 --- a/content/issues/trying-out-the-new-projects-experience/about-projects.md +++ b/content/issues/trying-out-the-new-projects-experience/about-projects.md @@ -61,4 +61,4 @@ Projects (beta) is a new, customizable version of projects. For more information ## Sharing feedback -You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/github/feedback/discussions/categories/issues-feedback). +You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/github-community/community/discussions/categories/issues-feedback). diff --git a/content/issues/trying-out-the-new-projects-experience/quickstart.md b/content/issues/trying-out-the-new-projects-experience/quickstart.md index 3b08dca27d..dda156f50d 100644 --- a/content/issues/trying-out-the-new-projects-experience/quickstart.md +++ b/content/issues/trying-out-the-new-projects-experience/quickstart.md @@ -160,7 +160,7 @@ You can use projects for a wide range of purposes. For example: Here are some helpful resources for taking your next steps with {% data variables.product.prodname_github_issues %}: -- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/github/feedback/discussions/categories/issues-feedback). +- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/github-community/community/discussions/categories/issues-feedback). - To learn more about how projects can help you with planning and tracking, see "[About projects](/issues/trying-out-the-new-projects-experience/about-projects)." - To learn more about the fields and items you can add to your project, see "[Creating a project](/issues/trying-out-the-new-projects-experience/creating-a-project)." - To learn about more ways to display the information you need, see "[Customizing your project views](/issues/trying-out-the-new-projects-experience/customizing-your-project-views)." diff --git a/content/packages/learn-github-packages/introduction-to-github-packages.md b/content/packages/learn-github-packages/introduction-to-github-packages.md index d086da73ad..553ebdc0e8 100644 --- a/content/packages/learn-github-packages/introduction-to-github-packages.md +++ b/content/packages/learn-github-packages/introduction-to-github-packages.md @@ -119,7 +119,7 @@ You can configure webhooks to subscribe to package-related events, such as when ## Contacting support {% ifversion fpt or ghec %} -If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/github/feedback/discussions/categories/actions-and-packages-feedback). +If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/github-community/community/discussions/categories/actions-and-packages-feedback). Contact {% data variables.contact.github_support %} about {% data variables.product.prodname_registry %} using [our contact form](https://support.github.com/contact?form%5Bsubject%5D=Re:%20GitHub%20Packages) if: diff --git a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md index 708add3e10..639c6c75d5 100644 --- a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md @@ -23,7 +23,7 @@ Before you can use auto-merge with a pull request, auto-merge must be enabled fo After you enable auto-merge for a pull request, if someone who does not have write permissions to the repository pushes new changes to the head branch or switches the base branch of the pull request, auto-merge will be disabled. For example, if a maintainer enables auto-merge for a pull request from a fork, auto-merge will be disabled after a contributor pushes new changes to the pull request.{% endif %} -You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/github/feedback/discussions/categories/pull-requests-feedback). +You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/pull-requests-feedback). ## Enabling auto-merge diff --git a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md index b96374ec98..ba6c62e153 100644 --- a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md +++ b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md @@ -12,7 +12,7 @@ topics: shortTitle: Automated release notes communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github/feedback/discussions/categories/general-feedback' + href: 'https://github.com/github-community/community/discussions/categories/general-feedback' --- ## About automatically generated release notes diff --git a/content/repositories/working-with-files/using-files/working-with-non-code-files.md b/content/repositories/working-with-files/using-files/working-with-non-code-files.md index 0991c3c0a8..caeaff16cd 100644 --- a/content/repositories/working-with-files/using-files/working-with-non-code-files.md +++ b/content/repositories/working-with-files/using-files/working-with-non-code-files.md @@ -371,7 +371,7 @@ When you view the file in the repository, it is rendered as a flow chart. If your chart does not render at all, verify that it contains valid Mermaid Markdown syntax by checking your chart with the [Mermaid live editor](https://mermaid.live/edit). -If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/github/feedback/discussions/categories/general-feedback), and add the `mermaid` tag. +If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/github-community/community/discussions/categories/general-feedback), and add the `mermaid` tag. #### Known issues diff --git a/content/sponsors/index.md b/content/sponsors/index.md index 80fe83673a..4884f5bff6 100644 --- a/content/sponsors/index.md +++ b/content/sponsors/index.md @@ -31,7 +31,7 @@ versions: ghec: '*' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github/feedback/discussions/categories/sponsors-feedback' + href: 'https://github.com/github-community/community/discussions/categories/sponsors-feedback' children: - /getting-started-with-github-sponsors - /sponsoring-open-source-contributors diff --git a/data/release-notes/enterprise-server/3-4/0-rc1.yml b/data/release-notes/enterprise-server/3-4/0-rc1.yml index 9aa637db8e..66e6901dd2 100644 --- a/data/release-notes/enterprise-server/3-4/0-rc1.yml +++ b/data/release-notes/enterprise-server/3-4/0-rc1.yml @@ -38,7 +38,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github/feedback/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." changes: - heading: Administration Changes diff --git a/data/release-notes/enterprise-server/3-4/0.yml b/data/release-notes/enterprise-server/3-4/0.yml index 059dd15463..bfa9e6ea75 100644 --- a/data/release-notes/enterprise-server/3-4/0.yml +++ b/data/release-notes/enterprise-server/3-4/0.yml @@ -31,7 +31,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github/feedback/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." - heading: SAML authentication supports encrypted assertions notes: diff --git a/data/reusables/sponsors/feedback.md b/data/reusables/sponsors/feedback.md index 44c1bb7d3f..69c40997c1 100644 --- a/data/reusables/sponsors/feedback.md +++ b/data/reusables/sponsors/feedback.md @@ -1 +1 @@ -You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/github/feedback/discussions/categories/sponsors-feedback)." +You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/github-community/community/discussions/categories/sponsors-feedback)." diff --git a/data/variables/contact.yml b/data/variables/contact.yml index 00ce376a1f..f68f4c0c83 100644 --- a/data/variables/contact.yml +++ b/data/variables/contact.yml @@ -17,7 +17,7 @@ contact_privacy: >- contact_enterprise_sales: "[GitHub's Sales team](https://github.com/enterprise/contact)" -contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/github/feedback/discussions/categories/actions-and-packages-feedback)' +contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/github-community/community/discussions/categories/actions-and-packages-feedback)' # The team that provides Standard Support enterprise_support: 'GitHub Enterprise Support' diff --git a/lib/page.js b/lib/page.js index 4e952d9b07..67ecb72376 100644 --- a/lib/page.js +++ b/lib/page.js @@ -201,7 +201,7 @@ class Page { ) { this.communityRedirect = { name: 'Provide GitHub Feedback', - href: `https://github.com/github/feedback/discussions/categories/${this.parentProduct.id}-feedback`, + href: `https://github.com/github-community/community/discussions/categories/${this.parentProduct.id}-feedback`, } } diff --git a/tests/fixtures/rss-feed.xml b/tests/fixtures/rss-feed.xml index 568ec5fc9f..0a0644cf6c 100644 --- a/tests/fixtures/rss-feed.xml +++ b/tests/fixtures/rss-feed.xml @@ -93,7 +93,7 @@ The GitHub Discussions GraphQL API public beta is now available. Get started with the GitHub Discussions API.

-

For questions or feedback, visit GitHub Discussions feedback.

+

For questions or feedback, visit GitHub Discussions feedback.

]]>
diff --git a/tests/rendering/footer.js b/tests/rendering/footer.js index 1c9055971b..aa82a3f854 100644 --- a/tests/rendering/footer.js +++ b/tests/rendering/footer.js @@ -29,21 +29,21 @@ describe('footer', () => { test('codespaces product landing page leads to codespaces discussions page', async () => { const $ = await getDOM(`/en/codespaces`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github/feedback/discussions/categories/codespaces-feedback' + 'https://github.com/github-community/community/discussions/categories/codespaces-feedback' ) }) test('sponsors product landing page leads to sponsors discussions page', async () => { const $ = await getDOM(`/en/sponsors`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github/feedback/discussions/categories/sponsors-feedback' + 'https://github.com/github-community/community/discussions/categories/sponsors-feedback' ) }) test('codespaces product landing page leads to discussions discussions page', async () => { const $ = await getDOM(`/en/discussions`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github/feedback/discussions/categories/discussions-feedback' + 'https://github.com/github-community/community/discussions/categories/discussions-feedback' ) }) }) From a56fde7040075ebc52a09e76b52e87a182e88684 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Thu, 30 Jun 2022 00:58:13 -0400 Subject: [PATCH 2/4] Fix links to feedback discussions --- .../setting-up-notifications/about-notifications.md | 2 +- content/codespaces/index.md | 2 +- content/codespaces/the-githubdev-web-based-editor.md | 2 +- .../about-discussions.md | 2 +- content/discussions/index.md | 2 +- content/get-started/using-github/github-mobile.md | 2 +- .../about-projects.md | 2 +- .../trying-out-the-new-projects-experience/quickstart.md | 2 +- .../introduction-to-github-packages.md | 2 +- .../automatically-merging-a-pull-request.md | 2 +- .../automatically-generated-release-notes.md | 2 +- .../using-files/working-with-non-code-files.md | 2 +- content/sponsors/index.md | 2 +- data/release-notes/enterprise-server/3-4/0-rc1.yml | 2 +- data/release-notes/enterprise-server/3-4/0.yml | 2 +- data/reusables/sponsors/feedback.md | 2 +- data/variables/contact.yml | 2 +- lib/page.js | 2 +- tests/fixtures/rss-feed.xml | 2 +- tests/rendering/footer.js | 6 +++--- 20 files changed, 22 insertions(+), 22 deletions(-) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md index ce8149cbfe..870e33b69e 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md @@ -96,4 +96,4 @@ Notifications that are not marked as **Saved** are kept for 5 months. Notificati ## Feedback and support -If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/general-feedback). +If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/general). diff --git a/content/codespaces/index.md b/content/codespaces/index.md index 5f4d970efe..0da29080ec 100644 --- a/content/codespaces/index.md +++ b/content/codespaces/index.md @@ -34,7 +34,7 @@ featuredLinks: product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/codespaces-feedback' + href: 'https://github.com/github-community/community/discussions/categories/codespaces' redirect_from: - /github/developing-online-with-github-codespaces - /github/developing-online-with-codespaces diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index 2671daa017..3f4d3dcc1d 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -17,7 +17,7 @@ redirect_from: {% note %} -**Note:** The github.dev {% data variables.product.prodname_serverless %} is currently in beta preview. You can provide feedback [in our Discussions](https://github.co/browser-editor-feedback). +**Note:** The github.dev {% data variables.product.prodname_serverless %} is currently in beta preview. You can provide feedback [in our Discussions](https://github.com/github-community/community/discussions/categories/general). {% endnote %} diff --git a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md index 80da7319d3..382c89c86d 100644 --- a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md +++ b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md @@ -64,7 +64,7 @@ You can spotlight discussions that contain important, useful, or exemplary conve ## Sharing feedback -You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`github-community/community`](https://github.com/github-community/community/discussions?discussions_q=category%3A%22Discussions+Feedback%22). +You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`github-community/community`](https://github.com/github-community/community/discussions/categories/discussions). ## Further reading diff --git a/content/discussions/index.md b/content/discussions/index.md index 2e61917485..71c51f4cfe 100644 --- a/content/discussions/index.md +++ b/content/discussions/index.md @@ -31,7 +31,7 @@ versions: ghec: '*' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/discussions-feedback' + href: 'https://github.com/github-community/community/discussions/categories/discussions' children: - /quickstart - /guides diff --git a/content/get-started/using-github/github-mobile.md b/content/get-started/using-github/github-mobile.md index eb1c5fa568..d60f2bd050 100644 --- a/content/get-started/using-github/github-mobile.md +++ b/content/get-started/using-github/github-mobile.md @@ -84,7 +84,7 @@ To re-enable Universal Links, long-press any {% data variables.product.product_n If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com. -You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/github-community/community/discussions?discussions_q=category%3A%22Mobile+Feedback%22). +You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/github-community/community/discussions/categories/mobile). ## Opting out of beta releases for iOS diff --git a/content/issues/trying-out-the-new-projects-experience/about-projects.md b/content/issues/trying-out-the-new-projects-experience/about-projects.md index e309bd9ff8..1b0f76831e 100644 --- a/content/issues/trying-out-the-new-projects-experience/about-projects.md +++ b/content/issues/trying-out-the-new-projects-experience/about-projects.md @@ -61,4 +61,4 @@ Projects (beta) is a new, customizable version of projects. For more information ## Sharing feedback -You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/github-community/community/discussions/categories/issues-feedback). +You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/github-community/community/discussions/categories/issues). diff --git a/content/issues/trying-out-the-new-projects-experience/quickstart.md b/content/issues/trying-out-the-new-projects-experience/quickstart.md index dda156f50d..a91b0c8984 100644 --- a/content/issues/trying-out-the-new-projects-experience/quickstart.md +++ b/content/issues/trying-out-the-new-projects-experience/quickstart.md @@ -160,7 +160,7 @@ You can use projects for a wide range of purposes. For example: Here are some helpful resources for taking your next steps with {% data variables.product.prodname_github_issues %}: -- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/github-community/community/discussions/categories/issues-feedback). +- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/github-community/community/discussions/categories/issues). - To learn more about how projects can help you with planning and tracking, see "[About projects](/issues/trying-out-the-new-projects-experience/about-projects)." - To learn more about the fields and items you can add to your project, see "[Creating a project](/issues/trying-out-the-new-projects-experience/creating-a-project)." - To learn about more ways to display the information you need, see "[Customizing your project views](/issues/trying-out-the-new-projects-experience/customizing-your-project-views)." diff --git a/content/packages/learn-github-packages/introduction-to-github-packages.md b/content/packages/learn-github-packages/introduction-to-github-packages.md index 553ebdc0e8..fe19e90d9a 100644 --- a/content/packages/learn-github-packages/introduction-to-github-packages.md +++ b/content/packages/learn-github-packages/introduction-to-github-packages.md @@ -119,7 +119,7 @@ You can configure webhooks to subscribe to package-related events, such as when ## Contacting support {% ifversion fpt or ghec %} -If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/github-community/community/discussions/categories/actions-and-packages-feedback). +If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/github-community/community/discussions/categories/actions-and-packages). Contact {% data variables.contact.github_support %} about {% data variables.product.prodname_registry %} using [our contact form](https://support.github.com/contact?form%5Bsubject%5D=Re:%20GitHub%20Packages) if: diff --git a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md index 639c6c75d5..8ebf48fdeb 100644 --- a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md @@ -23,7 +23,7 @@ Before you can use auto-merge with a pull request, auto-merge must be enabled fo After you enable auto-merge for a pull request, if someone who does not have write permissions to the repository pushes new changes to the head branch or switches the base branch of the pull request, auto-merge will be disabled. For example, if a maintainer enables auto-merge for a pull request from a fork, auto-merge will be disabled after a contributor pushes new changes to the pull request.{% endif %} -You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/pull-requests-feedback). +You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/pull-requests). ## Enabling auto-merge diff --git a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md index ba6c62e153..167bf4ea47 100644 --- a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md +++ b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md @@ -12,7 +12,7 @@ topics: shortTitle: Automated release notes communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/general-feedback' + href: 'https://github.com/github-community/community/discussions/categories/general' --- ## About automatically generated release notes diff --git a/content/repositories/working-with-files/using-files/working-with-non-code-files.md b/content/repositories/working-with-files/using-files/working-with-non-code-files.md index caeaff16cd..38f88e5edc 100644 --- a/content/repositories/working-with-files/using-files/working-with-non-code-files.md +++ b/content/repositories/working-with-files/using-files/working-with-non-code-files.md @@ -371,7 +371,7 @@ When you view the file in the repository, it is rendered as a flow chart. If your chart does not render at all, verify that it contains valid Mermaid Markdown syntax by checking your chart with the [Mermaid live editor](https://mermaid.live/edit). -If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/github-community/community/discussions/categories/general-feedback), and add the `mermaid` tag. +If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/github-community/community/discussions/categories/general), and add the `mermaid` tag. #### Known issues diff --git a/content/sponsors/index.md b/content/sponsors/index.md index 4884f5bff6..d977178d74 100644 --- a/content/sponsors/index.md +++ b/content/sponsors/index.md @@ -31,7 +31,7 @@ versions: ghec: '*' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/sponsors-feedback' + href: 'https://github.com/github-community/community/discussions/categories/sponsors' children: - /getting-started-with-github-sponsors - /sponsoring-open-source-contributors diff --git a/data/release-notes/enterprise-server/3-4/0-rc1.yml b/data/release-notes/enterprise-server/3-4/0-rc1.yml index 66e6901dd2..d097cbab86 100644 --- a/data/release-notes/enterprise-server/3-4/0-rc1.yml +++ b/data/release-notes/enterprise-server/3-4/0-rc1.yml @@ -38,7 +38,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." changes: - heading: Administration Changes diff --git a/data/release-notes/enterprise-server/3-4/0.yml b/data/release-notes/enterprise-server/3-4/0.yml index bfa9e6ea75..4dc34ed4cc 100644 --- a/data/release-notes/enterprise-server/3-4/0.yml +++ b/data/release-notes/enterprise-server/3-4/0.yml @@ -31,7 +31,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot-feedback). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." - heading: SAML authentication supports encrypted assertions notes: diff --git a/data/reusables/sponsors/feedback.md b/data/reusables/sponsors/feedback.md index 69c40997c1..8d93212c2d 100644 --- a/data/reusables/sponsors/feedback.md +++ b/data/reusables/sponsors/feedback.md @@ -1 +1 @@ -You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/github-community/community/discussions/categories/sponsors-feedback)." +You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/github-community/community/discussions/categories/sponsors)." diff --git a/data/variables/contact.yml b/data/variables/contact.yml index f68f4c0c83..028c92c985 100644 --- a/data/variables/contact.yml +++ b/data/variables/contact.yml @@ -17,7 +17,7 @@ contact_privacy: >- contact_enterprise_sales: "[GitHub's Sales team](https://github.com/enterprise/contact)" -contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/github-community/community/discussions/categories/actions-and-packages-feedback)' +contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/github-community/community/discussions/categories/actions-and-packages)' # The team that provides Standard Support enterprise_support: 'GitHub Enterprise Support' diff --git a/lib/page.js b/lib/page.js index 67ecb72376..6a47980740 100644 --- a/lib/page.js +++ b/lib/page.js @@ -201,7 +201,7 @@ class Page { ) { this.communityRedirect = { name: 'Provide GitHub Feedback', - href: `https://github.com/github-community/community/discussions/categories/${this.parentProduct.id}-feedback`, + href: `https://github.com/github-community/community/discussions/categories/${this.parentProduct.id}`, } } diff --git a/tests/fixtures/rss-feed.xml b/tests/fixtures/rss-feed.xml index 0a0644cf6c..22d4ef8be5 100644 --- a/tests/fixtures/rss-feed.xml +++ b/tests/fixtures/rss-feed.xml @@ -93,7 +93,7 @@ The GitHub Discussions GraphQL API public beta is now available. Get started with the GitHub Discussions API.

-

For questions or feedback, visit GitHub Discussions feedback.

+

For questions or feedback, visit GitHub Discussions feedback.

]]>
diff --git a/tests/rendering/footer.js b/tests/rendering/footer.js index aa82a3f854..5952f69d50 100644 --- a/tests/rendering/footer.js +++ b/tests/rendering/footer.js @@ -29,21 +29,21 @@ describe('footer', () => { test('codespaces product landing page leads to codespaces discussions page', async () => { const $ = await getDOM(`/en/codespaces`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/codespaces-feedback' + 'https://github.com/github-community/community/discussions/categories/codespaces' ) }) test('sponsors product landing page leads to sponsors discussions page', async () => { const $ = await getDOM(`/en/sponsors`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/sponsors-feedback' + 'https://github.com/github-community/community/discussions/categories/sponsors' ) }) test('codespaces product landing page leads to discussions discussions page', async () => { const $ = await getDOM(`/en/discussions`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/discussions-feedback' + 'https://github.com/github-community/community/discussions/categories/discussions' ) }) }) From d6a886b6d0f9ecdd78bd710414f4d915ececd518 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Wed, 27 Jul 2022 17:36:23 -0400 Subject: [PATCH 3/4] Rename github-community to community --- .../setting-up-notifications/about-notifications.md | 2 +- content/codespaces/index.md | 2 +- content/codespaces/the-githubdev-web-based-editor.md | 2 +- .../webhooks/webhook-events-and-payloads.md | 2 +- .../about-discussions.md | 2 +- content/discussions/index.md | 2 +- content/get-started/using-github/github-mobile.md | 2 +- .../about-projects.md | 2 +- .../trying-out-the-new-projects-experience/quickstart.md | 2 +- .../introduction-to-github-packages.md | 2 +- .../automatically-merging-a-pull-request.md | 2 +- .../automatically-generated-release-notes.md | 2 +- .../using-files/working-with-non-code-files.md | 2 +- content/sponsors/index.md | 2 +- data/release-notes/enterprise-server/3-4/0-rc1.yml | 2 +- data/release-notes/enterprise-server/3-4/0.yml | 2 +- data/reusables/sponsors/feedback.md | 2 +- data/variables/contact.yml | 2 +- lib/page.js | 2 +- tests/fixtures/rss-feed.xml | 2 +- tests/rendering/footer.js | 6 +++--- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md index 870e33b69e..995efd33df 100644 --- a/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md +++ b/content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md @@ -96,4 +96,4 @@ Notifications that are not marked as **Saved** are kept for 5 months. Notificati ## Feedback and support -If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/general). +If you have feedback or feature requests for notifications, use a [{% data variables.product.product_name %} feedback discussion](https://github.com/community/community/discussions/categories/general). diff --git a/content/codespaces/index.md b/content/codespaces/index.md index 0da29080ec..d83ad239c3 100644 --- a/content/codespaces/index.md +++ b/content/codespaces/index.md @@ -34,7 +34,7 @@ featuredLinks: product_video: 'https://www.youtube-nocookie.com/embed/_W9B7qc9lVc' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/codespaces' + href: 'https://github.com/community/community/discussions/categories/codespaces' redirect_from: - /github/developing-online-with-github-codespaces - /github/developing-online-with-codespaces diff --git a/content/codespaces/the-githubdev-web-based-editor.md b/content/codespaces/the-githubdev-web-based-editor.md index 6d565df05c..c399acc2f8 100644 --- a/content/codespaces/the-githubdev-web-based-editor.md +++ b/content/codespaces/the-githubdev-web-based-editor.md @@ -16,7 +16,7 @@ redirect_from: {% note %} -**Note:** The github.dev {% data variables.product.prodname_serverless %} is currently in beta preview. You can provide feedback [in our Discussions](https://github.com/github-community/community/discussions/categories/general). +**Note:** The github.dev {% data variables.product.prodname_serverless %} is currently in beta preview. You can provide feedback [in our Discussions](https://github.com/community/community/discussions/categories/general). {% endnote %} diff --git a/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md b/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md index 252c5a4d07..37067da378 100644 --- a/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md +++ b/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md @@ -971,7 +971,7 @@ Key | Type | Description {% note %} -**Note:** Webhook events for Projects (beta) are currently in beta and subject to change. To share feedback about Projects (beta) webhooks with {% data variables.product.product_name %}, see the [Projects (beta) webhook feedback discussion](https://github.com/github-community/community/discussions/17405). +**Note:** Webhook events for Projects (beta) are currently in beta and subject to change. To share feedback about Projects (beta) webhooks with {% data variables.product.product_name %}, see the [Projects (beta) webhook feedback discussion](https://github.com/community/community/discussions/17405). {% endnote %} diff --git a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md index e7a37bc9d9..bdc34fd482 100644 --- a/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md +++ b/content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md @@ -63,7 +63,7 @@ You can spotlight discussions that contain important, useful, or exemplary conve ## Sharing feedback -You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`github-community/community`](https://github.com/github-community/community/discussions/categories/discussions). +You can share your feedback about {% data variables.product.prodname_discussions %} with {% data variables.product.company_short %}. To join the conversation, see [`community/community`](https://github.com/community/community/discussions/categories/discussions). ## Further reading diff --git a/content/discussions/index.md b/content/discussions/index.md index be7af589da..87d64eec07 100644 --- a/content/discussions/index.md +++ b/content/discussions/index.md @@ -30,7 +30,7 @@ versions: feature: discussions communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/discussions' + href: 'https://github.com/community/community/discussions/categories/discussions' children: - /quickstart - /guides diff --git a/content/get-started/using-github/github-mobile.md b/content/get-started/using-github/github-mobile.md index d60f2bd050..6cef2a709d 100644 --- a/content/get-started/using-github/github-mobile.md +++ b/content/get-started/using-github/github-mobile.md @@ -84,7 +84,7 @@ To re-enable Universal Links, long-press any {% data variables.product.product_n If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com. -You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/github-community/community/discussions/categories/mobile). +You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} on [{% data variables.product.prodname_discussions %}](https://github.com/community/community/discussions/categories/mobile). ## Opting out of beta releases for iOS diff --git a/content/issues/trying-out-the-new-projects-experience/about-projects.md b/content/issues/trying-out-the-new-projects-experience/about-projects.md index 1b0f76831e..36a8818678 100644 --- a/content/issues/trying-out-the-new-projects-experience/about-projects.md +++ b/content/issues/trying-out-the-new-projects-experience/about-projects.md @@ -61,4 +61,4 @@ Projects (beta) is a new, customizable version of projects. For more information ## Sharing feedback -You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/github-community/community/discussions/categories/issues). +You can share your feedback about projects (beta) with {% data variables.product.company_short %}. To join the conversation, see [the feedback discussion](https://github.com/community/community/discussions/categories/issues). diff --git a/content/issues/trying-out-the-new-projects-experience/quickstart.md b/content/issues/trying-out-the-new-projects-experience/quickstart.md index a91b0c8984..c0d5150742 100644 --- a/content/issues/trying-out-the-new-projects-experience/quickstart.md +++ b/content/issues/trying-out-the-new-projects-experience/quickstart.md @@ -160,7 +160,7 @@ You can use projects for a wide range of purposes. For example: Here are some helpful resources for taking your next steps with {% data variables.product.prodname_github_issues %}: -- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/github-community/community/discussions/categories/issues). +- To provide feedback about the projects (beta) experience, go to the [GitHub feedback repository](https://github.com/community/community/discussions/categories/issues). - To learn more about how projects can help you with planning and tracking, see "[About projects](/issues/trying-out-the-new-projects-experience/about-projects)." - To learn more about the fields and items you can add to your project, see "[Creating a project](/issues/trying-out-the-new-projects-experience/creating-a-project)." - To learn about more ways to display the information you need, see "[Customizing your project views](/issues/trying-out-the-new-projects-experience/customizing-your-project-views)." diff --git a/content/packages/learn-github-packages/introduction-to-github-packages.md b/content/packages/learn-github-packages/introduction-to-github-packages.md index 57b0b65c49..69c7da1b53 100644 --- a/content/packages/learn-github-packages/introduction-to-github-packages.md +++ b/content/packages/learn-github-packages/introduction-to-github-packages.md @@ -119,7 +119,7 @@ You can configure webhooks to subscribe to package-related events, such as when ## Contacting support {% ifversion fpt or ghec %} -If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/github-community/community/discussions/categories/actions-and-packages). +If you have feedback or feature requests for {% data variables.product.prodname_registry %}, use a [{% data variables.product.prodname_registry %} feedback discussion](https://github.com/community/community/discussions/categories/actions-and-packages). Contact {% data variables.contact.github_support %} about {% data variables.product.prodname_registry %} using [our contact form](https://support.github.com/contact?form%5Bsubject%5D=Re:%20GitHub%20Packages) if: diff --git a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md index 72467f5d9c..f31bcaf040 100644 --- a/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md +++ b/content/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request.md @@ -23,7 +23,7 @@ Before you can use auto-merge with a pull request, auto-merge must be enabled fo After you enable auto-merge for a pull request, if someone who does not have write permissions to the repository pushes new changes to the head branch or switches the base branch of the pull request, auto-merge will be disabled. For example, if a maintainer enables auto-merge for a pull request from a fork, auto-merge will be disabled after a contributor pushes new changes to the pull request. -You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/github-community/community/discussions/categories/pull-requests). +You can provide feedback about auto-merge through a [{% data variables.product.product_name %} feedback discussion](https://github.com/community/community/discussions/categories/pull-requests). ## Enabling auto-merge diff --git a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md index 167bf4ea47..50c13d1312 100644 --- a/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md +++ b/content/repositories/releasing-projects-on-github/automatically-generated-release-notes.md @@ -12,7 +12,7 @@ topics: shortTitle: Automated release notes communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/general' + href: 'https://github.com/community/community/discussions/categories/general' --- ## About automatically generated release notes diff --git a/content/repositories/working-with-files/using-files/working-with-non-code-files.md b/content/repositories/working-with-files/using-files/working-with-non-code-files.md index 74e0e97288..6202647c11 100644 --- a/content/repositories/working-with-files/using-files/working-with-non-code-files.md +++ b/content/repositories/working-with-files/using-files/working-with-non-code-files.md @@ -371,7 +371,7 @@ When you view the file in the repository, it is rendered as a flow chart. If your chart does not render at all, verify that it contains valid Mermaid Markdown syntax by checking your chart with the [Mermaid live editor](https://mermaid.live/edit). -If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/github-community/community/discussions/categories/general), and add the `mermaid` tag. +If the chart displays, but does not appear as you'd expect, you can create a new [feedback discussion](https://github.com/community/community/discussions/categories/general), and add the `mermaid` tag. #### Known issues diff --git a/content/sponsors/index.md b/content/sponsors/index.md index d977178d74..897a4d674f 100644 --- a/content/sponsors/index.md +++ b/content/sponsors/index.md @@ -31,7 +31,7 @@ versions: ghec: '*' communityRedirect: name: Provide GitHub Feedback - href: 'https://github.com/github-community/community/discussions/categories/sponsors' + href: 'https://github.com/community/community/discussions/categories/sponsors' children: - /getting-started-with-github-sponsors - /sponsoring-open-source-contributors diff --git a/data/release-notes/enterprise-server/3-4/0-rc1.yml b/data/release-notes/enterprise-server/3-4/0-rc1.yml index d097cbab86..f49bb7d8e3 100644 --- a/data/release-notes/enterprise-server/3-4/0-rc1.yml +++ b/data/release-notes/enterprise-server/3-4/0-rc1.yml @@ -38,7 +38,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." changes: - heading: Administration Changes diff --git a/data/release-notes/enterprise-server/3-4/0.yml b/data/release-notes/enterprise-server/3-4/0.yml index 4dc34ed4cc..20b3b3d019 100644 --- a/data/release-notes/enterprise-server/3-4/0.yml +++ b/data/release-notes/enterprise-server/3-4/0.yml @@ -31,7 +31,7 @@ sections: notes: # https://github.com/github/releases/issues/2004 - | - {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/github-community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." + {% data variables.product.prodname_dependabot %} is now available in {% data variables.product.prodname_ghe_server %} 3.4 as a public beta, offering both version updates and security updates for several popular ecosystems. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} requires {% data variables.product.prodname_actions %} and a pool of self-hosted runners configured for {% data variables.product.prodname_dependabot %} use. {% data variables.product.prodname_dependabot %} on {% data variables.product.prodname_ghe_server %} also requires {% data variables.product.prodname_github_connect %} and {% data variables.product.prodname_dependabot %} to be enabled by an administrator. Beta feedback and suggestions can be shared in the [{% data variables.product.prodname_dependabot %} Feedback GitHub discussion](https://github.com/community/community/discussions/categories/dependabot). For more information and to try the beta, see "[Setting up {% data variables.product.prodname_dependabot %} security and version updates on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/setting-up-dependabot-updates)." - heading: SAML authentication supports encrypted assertions notes: diff --git a/data/reusables/sponsors/feedback.md b/data/reusables/sponsors/feedback.md index 8d93212c2d..611ff152b9 100644 --- a/data/reusables/sponsors/feedback.md +++ b/data/reusables/sponsors/feedback.md @@ -1 +1 @@ -You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/github-community/community/discussions/categories/sponsors)." +You can share your feedback about {% data variables.product.prodname_sponsors %} with {% data variables.product.company_short %}. To join the conversation, see "[Sponsors Feedback](https://github.com/community/community/discussions/categories/sponsors)." diff --git a/data/variables/contact.yml b/data/variables/contact.yml index 028c92c985..8ad692f63b 100644 --- a/data/variables/contact.yml +++ b/data/variables/contact.yml @@ -17,7 +17,7 @@ contact_privacy: >- contact_enterprise_sales: "[GitHub's Sales team](https://github.com/enterprise/contact)" -contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/github-community/community/discussions/categories/actions-and-packages)' +contact_feedback_actions: '[Feedback discussion for GitHub Actions](https://github.com/community/community/discussions/categories/actions-and-packages)' # The team that provides Standard Support enterprise_support: 'GitHub Enterprise Support' diff --git a/lib/page.js b/lib/page.js index d4f9ac9482..9ab7a8bd76 100644 --- a/lib/page.js +++ b/lib/page.js @@ -192,7 +192,7 @@ class Page { ) { this.communityRedirect = { name: 'Provide GitHub Feedback', - href: `https://github.com/github-community/community/discussions/categories/${this.parentProduct.id}`, + href: `https://github.com/community/community/discussions/categories/${this.parentProduct.id}`, } } diff --git a/tests/fixtures/rss-feed.xml b/tests/fixtures/rss-feed.xml index 22d4ef8be5..871d455b63 100644 --- a/tests/fixtures/rss-feed.xml +++ b/tests/fixtures/rss-feed.xml @@ -93,7 +93,7 @@ The GitHub Discussions GraphQL API public beta is now available. Get started with the GitHub Discussions API.

-

For questions or feedback, visit GitHub Discussions feedback.

+

For questions or feedback, visit GitHub Discussions feedback.

]]>
diff --git a/tests/rendering/footer.js b/tests/rendering/footer.js index 5952f69d50..bca0a7662b 100644 --- a/tests/rendering/footer.js +++ b/tests/rendering/footer.js @@ -29,21 +29,21 @@ describe('footer', () => { test('codespaces product landing page leads to codespaces discussions page', async () => { const $ = await getDOM(`/en/codespaces`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/codespaces' + 'https://github.com/community/community/discussions/categories/codespaces' ) }) test('sponsors product landing page leads to sponsors discussions page', async () => { const $ = await getDOM(`/en/sponsors`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/sponsors' + 'https://github.com/community/community/discussions/categories/sponsors' ) }) test('codespaces product landing page leads to discussions discussions page', async () => { const $ = await getDOM(`/en/discussions`) expect($('a#ask-community').attr('href')).toBe( - 'https://github.com/github-community/community/discussions/categories/discussions' + 'https://github.com/community/community/discussions/categories/discussions' ) }) }) From 842b5cd56b1293c4e99d89c7390b8bbcdd9ae49a Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Wed, 27 Jul 2022 18:26:41 -0400 Subject: [PATCH 4/4] Rename github-community to community Doing this again after merging to avoid force pushing --- .../about-github-education-for-educators-and-researchers.md | 2 +- data/variables/product.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers.md b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers.md index 0c6b8625b5..47f1a38d36 100644 --- a/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers.md +++ b/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/use-github-in-your-classroom-and-research/about-github-education-for-educators-and-researchers.md @@ -17,7 +17,7 @@ shortTitle: Educators & researchers With {% data variables.product.prodname_education %}'s tools and services for educators of all levels, you can: - Use [{% data variables.product.prodname_classroom %}](https://classroom.github.com) to distribute code, give students feedback, and collect assignments on {% data variables.product.prodname_dotcom %}. - Join our [{% data variables.product.prodname_education_community %}](https://education.github.com/forum) to discuss current trends in technology education with your peers from around the world. - - [Request a {% data variables.product.prodname_dotcom %} swag bag](https://github.com/orgs/github-community/discussions/13) with educational materials and goodies for your students. + - [Request a {% data variables.product.prodname_dotcom %} swag bag](https://github.com/orgs/community/discussions/13) with educational materials and goodies for your students. {% data reusables.education.apply-for-team %} ## {% data variables.product.prodname_education %} for researchers diff --git a/data/variables/product.yml b/data/variables/product.yml index fd2f506ac6..9896338b48 100644 --- a/data/variables/product.yml +++ b/data/variables/product.yml @@ -51,8 +51,8 @@ prodname_importer_proper_name: 'GitHub Enterprise Importer' # GitHub Education prodname_education: 'GitHub Education' prodname_education_community: 'Education Community' -prodname_education_community_with_url: 'the [GitHub Education Community](https://github.com/orgs/github-community/discussions/categories/github-education)' -prodname_education_forum_link: 'https://github.com/orgs/github-community/discussions/categories/github-education' +prodname_education_community_with_url: 'the [GitHub Education Community](https://github.com/orgs/community/discussions/categories/github-education)' +prodname_education_forum_link: 'https://github.com/orgs/community/discussions/categories/github-education' prodname_classroom: 'GitHub Classroom' prodname_classroom_with_url: '[GitHub Classroom](https://classroom.github.com/login)' prodname_campus_program: 'GitHub Campus Program'