Skip to content

Commit 38c4f57

Browse files
authored
Remove links and mentions of OS Discussions (#49465)
1 parent 6c6568f commit 38c4f57

File tree

5 files changed

+4
-29
lines changed

5 files changed

+4
-29
lines changed

.github/workflows/close-bad-repo-sync-prs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
owner,
6060
repo,
6161
issue_number: prNumber,
62-
body: "Please leave this `repo-sync` branch to the robots!\n\nI'm going to close this pull request now, but feel free to open a new issue or ask any questions in [discussions](https://github.com/github/docs/discussions)!"
62+
body: "Please leave this `repo-sync` branch to the robots!\n\nI'm going to close this pull request now, but feel free to open a new issue in the repository!"
6363
})

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ For more complex contributions, please open an issue using the most appropriate
2323

2424
If you're looking for a way to contribute, you can scan through our [help wanted board](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) to find open issues already approved for work.
2525

26-
### Join us in discussions
27-
28-
We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the [discussions](https://github.com/github/docs/discussions).
29-
3026
### And that's it!
3127

3228
If you're having trouble with your GitHub account, contact [Support](https://support.github.com).

content/contributing/collaborating-on-github-docs/about-contributing-to-github-docs.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,6 @@ versions:
1010

1111
The documentation repository is the place to discuss and collaborate on the documentation that is published here on [docs.github.com](/).<!-- markdownlint-disable-line search-replace -->
1212

13-
{% ifversion discussions %}
14-
15-
## Discussions
16-
17-
[Discussions](/discussions/quickstart) are where we have conversations.
18-
19-
If you'd like help troubleshooting a documentation issue or pull request you're working on, have a great new idea for documentation, or want to share something amazing you've learned in our docs, join us in the [`docs` repository discussions](https://github.com/github/docs/discussions).
20-
21-
{% note %}
22-
23-
**Note**: To preserve the bandwidth of the Docs team, off-topic conversations will be closed.
24-
25-
{% endnote %}
26-
27-
{% endif %}
28-
2913
## Issues
3014

3115
[Issues](/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with. If an issue has a `triage` label, we haven't reviewed it yet, and you shouldn't begin work on it.
@@ -62,7 +46,7 @@ For content changes, make sure that you:
6246

6347
## Support
6448

65-
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with {% data variables.product.prodname_dotcom %}, unrelated to our documentation, please [contact {% data variables.product.prodname_dotcom %} Support directly](https://support.github.com/contact). Any issues{% ifversion discussions %}, discussions,{% endif %} or pull requests opened in the documentation repository requesting support will be given information about how to contact {% data variables.product.prodname_dotcom %} Support, then closed and locked.
49+
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with {% data variables.product.prodname_dotcom %}, unrelated to our documentation, please [contact {% data variables.product.prodname_dotcom %} Support directly](https://support.github.com/contact). Any issues or pull requests opened in the documentation repository requesting support will be given information about how to contact {% data variables.product.prodname_dotcom %} Support, then closed and locked.
6650

6751
If you're having trouble with your {% data variables.product.prodname_dotcom %} account, contact [Support](https://support.github.com/contact?tags=docs-contributing-guide).
6852

contributing/types-of-contributions.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Types of contributions :memo:
22
You can contribute to the GitHub Docs content and site in several ways. This repo is a place to discuss and collaborate on docs.github.com! Our small, but mighty :muscle: docs team is maintaining this repo; to preserve our bandwidth, off topic conversations will be closed.
33

4-
### :mega: Discussions
5-
Discussions are where we have conversations.
6-
7-
If you'd like help troubleshooting a docs PR you're working on, have a great new idea, or want to share something amazing you've learned in our docs, join us in [discussions](https://github.com/github/docs/discussions).
8-
94
### :lady_beetle: Issues
105
[Issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) are used to track tasks that contributors can help with. If an issue has a triage label, we haven't reviewed it yet, and you shouldn't begin work on it.
116

@@ -17,7 +12,7 @@ A [pull request](https://docs.github.com/en/github/collaborating-with-issues-and
1712
We cannot accept contributions to the [REST API reference documentation](https://docs.github.com/en/rest/reference). If you spot an inaccuracy in the REST API reference documentation, open an issue in the [github/rest-api-description](https://github.com/github/rest-api-description/issues/new?template=schema-inaccuracy.md) repository.
1813

1914
### :question: Support
20-
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with GitHub, unrelated to our documentation, please [contact GitHub Support directly](https://support.github.com/contact). Any issues, discussions, or pull requests opened here requesting support will be given information about how to contact GitHub Support, then closed and locked.
15+
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with GitHub, unrelated to our documentation, please [contact GitHub Support directly](https://support.github.com/contact). Any issues or pull requests opened here requesting support will be given information about how to contact GitHub Support, then closed and locked.
2116

2217
If you're having trouble with your GitHub account, contact [Support](https://support.github.com/contact?tags=docs-contributing-guide).
2318

src/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Check the README.md in the subject folder for questions specific to a subject.
4747

4848
For internal folks, please ask in the Docs Engineering Slack or repository.
4949

50-
For open source folks, please ask on the [discussion board](https://github.com/github/docs/discussions).
50+
For open source folks, please open an issue in the repository.
5151

5252
## A note on tests and required checks
5353

0 commit comments

Comments
 (0)