Skip to content

Commit a68ce64

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3f14ec4 + d07b0da commit a68ce64

File tree

54 files changed

+1174
-1056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1174
-1056
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,24 @@
294294
"contributions": [
295295
"doc"
296296
]
297+
},
298+
{
299+
"login": "jeffmcaffer",
300+
"name": "Jeff McAffer",
301+
"avatar_url": "https://avatars2.githubusercontent.com/u/10070956?v=4",
302+
"profile": "https://mcaffer.com",
303+
"contributions": [
304+
"doc"
305+
]
306+
},
307+
{
308+
"login": "tjenkinson",
309+
"name": "Tom Jenkinson",
310+
"avatar_url": "https://avatars0.githubusercontent.com/u/3259993?v=4",
311+
"profile": "https://tjenkinson.me",
312+
"contributions": [
313+
"code"
314+
]
297315
}
298316
],
299317
"contributorsPerLine": 7,

.github/allowed-actions.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = [
88
'actions/cache@v2',
99
'actions/checkout@v2',
1010
'actions/github-script@0.9.0',
11+
'actions/github-script@v2.0.0',
1112
'actions/github-script@v2',
1213
'actions/github-script@v3',
1314
'actions/labeler@v2',
@@ -25,8 +26,11 @@ module.exports = [
2526
'pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a',
2627
'peter-evans/create-issue-from-file@v2',
2728
'peter-evans/create-pull-request@v2',
29+
'rachmari/actions-add-new-issue-to-column@v1.1.1',
30+
'rachmari/labeler@v1.0.4',
2831
'repo-sync/github-sync@v2',
2932
'repo-sync/pull-request@v2',
3033
'rtCamp/action-slack-notify@master',
31-
'rtCamp/action-slack-notify@v2.1.0'
32-
]
34+
'rtCamp/action-slack-notify@v2.1.0',
35+
'tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0'
36+
]
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Merge Dependency Updates
2+
3+
on:
4+
- pull_request
5+
- pull_request_review
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@cee2ac0
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
allowed-actors: dependabot[bot]

.github/workflows/merged-notification.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ jobs:
1313
github.issues.createComment({
1414
...context.repo,
1515
issue_number: context.payload.pull_request.number,
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. 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:`
2319
})

.github/workflows/test-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111

1212
jobs:
1313
lint:
14-
if: github.repository == 'github/docs-internal'
1514
runs-on: windows-latest
1615
steps:
1716
- name: Check out repo

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Fork using the command line:
3232
### Make your update:
3333
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).
3434
- 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).
3636

3737
### Open a pull request
3838
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
6363
- [Starting with an issue](#starting-with-an-issue)
6464
- [Labels](#labels)
6565
- [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)
6866
- [Working in the github/docs repository](#working-in-the-githubdocs-repository)
6967
- [Resolving merge conflicts](#resolving-merge-conflicts)
7068
- [In the GitHub user interface](#in-the-github-user-interface)
@@ -156,7 +154,7 @@ You should always review your own PR first.
156154
For content changes, make sure that you:
157155
- [ ] Confirm that the changes address every part of the content strategy plan from your issue (if there are differences, explain them).
158156
- [ ] Review the content for technical accuracy.
159-
- [ ] Review the entire pull request using the [localization checklist](contribution/localization-checklist.md).
157+
- [ ] Review the entire pull request using the [localization checklist](contributing/localization-checklist.md).
160158
- [ ] Copy-edit the changes for grammar, spelling, and adherence to the style guide.
161159
- [ ] Check new or updated Liquid statements to confirm that versioning is correct.
162160
- [ ] Check that all of your changes render correctly in staging. Remember, that lists and tables can be tricky.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## GitHub Docs <!-- omit in toc -->
22

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).
44

55
GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo.
66

@@ -26,6 +26,10 @@ As you're using the GitHub Docs, you may find something in an article that you'd
2626

2727
If you've found a problem, you can open an issue using a [template](https://github.com/github/docs/issues/new/choose).
2828

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+
2933
#### Join us in discussions
3034

3135
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
113117
</tr>
114118
<tr>
115119
<td align="center"><a href="https://github.com/BenJam"><img src="https://avatars2.githubusercontent.com/u/158833?v=4" width="64px;" alt=""/><br /><sub><b>Benjamin Nickolls</b></sub></a><br /><a href="https://github.com/github/docs/commits?author=BenJam" title="Documentation">📖</a></td>
120+
<td align="center"><a href="https://mcaffer.com"><img src="https://avatars2.githubusercontent.com/u/10070956?v=4" width="64px;" alt=""/><br /><sub><b>Jeff McAffer</b></sub></a><br /><a href="https://github.com/github/docs/commits?author=jeffmcaffer" title="Documentation">📖</a></td>
121+
<td align="center"><a href="https://tjenkinson.me"><img src="https://avatars0.githubusercontent.com/u/3259993?v=4" width="64px;" alt=""/><br /><sub><b>Tom Jenkinson</b></sub></a><br /><a href="https://github.com/github/docs/commits?author=tjenkinson" title="Code">💻</a></td>
116122
</tr>
117123
</table>
118124

0 commit comments

Comments
 (0)