1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Updating internal links part 2 (#42480)

Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
cmwilson21
2023-09-21 12:06:57 -05:00
committed by GitHub
parent 878901301a
commit 3deae0f3c7
6 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ body:
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead. **HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
* For questions, ask in [Discussions](https://github.com/github/docs/discussions). * For questions, ask in [Discussions](https://github.com/github/docs/discussions).
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md). * Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues). * Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
- type: checkboxes - type: checkboxes

View File

@@ -9,7 +9,7 @@ body:
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead. **HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
* For questions, ask in [Discussions](https://github.com/github/docs/discussions). * For questions, ask in [Discussions](https://github.com/github/docs/discussions).
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md). * Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues). * Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
- type: checkboxes - type: checkboxes

View File

@@ -35,7 +35,7 @@ body:
label: Tasks label: Tasks
description: Please be sure to complete each of the following. description: Please be sure to complete each of the following.
options: options:
- label: MUST follow our [general contributing guidelines](CONTRIBUTING.md) for voice and markup format. - label: MUST follow our [general contributing guidelines](https://docs.github.com/en/contributing) for voice and markup format.
required: true required: true
- label: MUST emphasize how the third-party product works with GitHub. - label: MUST emphasize how the third-party product works with GitHub.
required: true required: true

4
.github/config.yml vendored
View File

@@ -3,9 +3,9 @@
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues # Comment to be posted to on first time issues
newIssueWelcomeComment: > newIssueWelcomeComment: >
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md). Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://docs.github.com/en/contributing).
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository # Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: > newPRWelcomeComment: >
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md). Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://docs.github.com/en/contributing).

View File

@@ -22,7 +22,7 @@ export const Contribution = () => {
<p className="color-fg-muted f6 mt-2"> <p className="color-fg-muted f6 mt-2">
<a <a
className="text-underline" className="text-underline"
href="https://github.com/github/docs/blob/main/CONTRIBUTING.md" href="/contributing"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >

View File

@@ -56,7 +56,7 @@ You can create default contribution guidelines for your organization{% ifversion
If you're stumped, here are some good examples of contribution guidelines: If you're stumped, here are some good examples of contribution guidelines:
- The {% data variables.product.prodname_docs %} [contribution guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md). - The {% data variables.product.prodname_docs %} [contribution guidelines](/contributing).
- The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/main/CONTRIBUTING.md). - The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/main/CONTRIBUTING.md).
- The Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md). - The Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md).