You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. To add your ✨ contribution to the README.md, create a new comment in this PR with:
17
-
18
-
\`\`\`
19
-
@all-contributors please add @${context.payload.pull_request.user.login} for docs
20
-
\`\`\`
21
-
22
-
If you want to, you can use the [emoji key](https://allcontributors.org/docs/en/emoji-key) to replace docs with a different contribution type.`
16
+
body: `Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours.
17
+
18
+
If you haven't already, you can add yourself to [the list of contributors](https://github.com/github/docs#contributors-) by creating a new comment in this PR using [these instructions](https://allcontributors.org/docs/en/bot/usage#commands). Thanks again! :sparkles:`
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Fork using the command line:
32
32
### Make your update:
33
33
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-githubdocs-repository).
34
34
- Are you making changes to the application code? You'll need **Node.js v14** to run the site locally. See [contributing/development.md](contributing/development.md).
35
-
- Are you contributing to markdown? We use [GitHub Markdown](contributing/content-markup-reference).
35
+
- Are you contributing to markdown? We use [GitHub Markdown](contributing/content-markup-reference.md).
36
36
37
37
### Open a pull request
38
38
When you're done making changes and you'd like to propose them for review, use the [pull request template](#pull-request-template) to open your PR (pull request).
@@ -63,8 +63,6 @@ Now that you're a part of the GitHub Docs community, you can keep participating
63
63
-[Starting with an issue](#starting-with-an-issue)
64
64
-[Labels](#labels)
65
65
-[Opening a pull request](#opening-a-pull-request)
66
-
-[Fork using GitHub Desktop](#fork-using-github-desktop)
67
-
-[Fork using the command line](#fork-using-the-command-line)
68
66
-[Working in the github/docs repository](#working-in-the-githubdocs-repository)
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## GitHub Docs <!-- omit in toc -->
2
2
3
-
This repository contains the documentation website code and Markdown source files for docs.github.com.
3
+
This repository contains the documentation website code and Markdown source files for [docs.github.com](https://docs.github.com).
4
4
5
5
GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo.
6
6
@@ -26,6 +26,10 @@ As you're using the GitHub Docs, you may find something in an article that you'd
26
26
27
27
If you've found a problem, you can open an issue using a [template](https://github.com/github/docs/issues/new/choose).
28
28
29
+
#### Solve an issue
30
+
31
+
If you have a solution to one of the open issues, you will need to fork the repository and submit a PR using the [template](https://github.com/github/docs/blob/main/CONTRIBUTING.md#pull-request-template) that is visible automatically in the pull request body. For more details about this process, please check out [Getting Started with Contributing](/CONTRIBUTING.md).
32
+
29
33
#### Join us in discussions
30
34
31
35
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 [discussions](https://github.com/github/docs/discussions).
@@ -113,6 +117,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments