Updating internal links part 2 (#42480)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
* 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).
|
||||
|
||||
- type: checkboxes
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/improve-the-site.yml
vendored
2
.github/ISSUE_TEMPLATE/improve-the-site.yml
vendored
@@ -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.
|
||||
|
||||
* 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).
|
||||
|
||||
- type: checkboxes
|
||||
|
||||
@@ -35,7 +35,7 @@ body:
|
||||
label: Tasks
|
||||
description: Please be sure to complete each of the following.
|
||||
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
|
||||
- label: MUST emphasize how the third-party product works with GitHub.
|
||||
required: true
|
||||
|
||||
4
.github/config.yml
vendored
4
.github/config.yml
vendored
@@ -3,9 +3,9 @@
|
||||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
|
||||
# Comment to be posted to on first time issues
|
||||
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
|
||||
# Comment to be posted to on PRs from first time contributors in your repository
|
||||
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).
|
||||
|
||||
@@ -22,7 +22,7 @@ export const Contribution = () => {
|
||||
<p className="color-fg-muted f6 mt-2">
|
||||
<a
|
||||
className="text-underline"
|
||||
href="https://github.com/github/docs/blob/main/CONTRIBUTING.md"
|
||||
href="/contributing"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
|
||||
@@ -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:
|
||||
|
||||
- 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 Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user