Skip to content

Commit bb3b9a1

Browse files
authored
Merge pull request #56819 from github/repo-sync
Repo sync
2 parents 5330434 + 6d627c0 commit bb3b9a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/contributing/collaborating-on-github-docs/label-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
ghes: '*'
88
---
99

10-
You can use labels to locate a particular type of issue. For example, click the labels in the table to see a filtered list of open issues in the github/docs repository.
10+
You can use labels to locate a particular type of issue. The examples below show some commonly used labels that can help you get started. Each label links to a filtered list of open issues in the github/docs repository.
1111

1212
| Label | Description |
1313
| --- | --- |
@@ -16,3 +16,5 @@ You can use labels to locate a particular type of issue. For example, click the
1616
| [`content`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3Acontent) | Problems or updates in the content on docs.github.com. These will usually require some knowledge of Markdown. | <!-- markdownlint-disable-line search-replace -->
1717
| [`engineering`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3Aengineering) | Problems or updates involving the functionality of the docs.github.com website. Fixing these issues will usually require some knowledge of JavaScript/Node.js or YAML. |<!-- markdownlint-disable-line search-replace -->
1818
| [`codespaces`](https://github.com/github/docs/labels/codespaces)<br> [`desktop`](https://github.com/github/docs/labels/desktop)<br> [`graphql`](https://github.com/github/docs/labels/graphql) | Labels for filtering issues by a product or documentation area. |
19+
20+
For a complete list of all the labels currently in use in the github/docs repository, visit the [labels page](https://github.com/github/docs/labels).

content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ You can add emoji to your writing by typing `:EMOJICODE:`, a colon followed by t
384384

385385
Typing <kbd>:</kbd> will bring up a list of suggested emoji. The list will filter as you type, so once you find the emoji you're looking for, press **Tab** or **Enter** to complete the highlighted result.
386386

387-
For a full list of available emoji and codes, see [the Emoji-Cheat-Sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md).
387+
For a full list of available emoji and codes, see [the Emoji-Cheat-Sheet](https://github.com/ikatyang/emoji-cheat-sheet/blob/github-actions-auto-update/README.md).
388388

389389
## Paragraphs
390390

0 commit comments

Comments
 (0)