Skip to content

Commit 3bc4e4b

Browse files
authored
Hack week 2025: fix remaining warnings in get-started (ignoring code line length warnings) (#53901)
1 parent 5615d44 commit 3bc4e4b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

content/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ If possible, create branch and tag names that don't contain special characters,
4040
* The English alphabet (`a` to `z` and `A` to `Z`)
4141
* Numbers (`0` to `9`)
4242
* A limited set of punctuation characters:
43+
<!-- markdownlint-disable GHD034 -->
4344
* period (`.`)
4445
* hyphen (`-`)
4546
* underscore (`_`)
4647
* forward slash (`/`)
48+
<!-- markdownlint-enable GHD034 -->
4749

4850
To avoid confusion, you should start branch names with a letter.
4951

content/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ topics:
1717

1818
To link a pull request to an issue to show that a fix is in progress and to automatically close the issue when someone merges the pull request, type one of the following keywords followed by a reference to the issue. For example, `Closes #10` or `Fixes octo-org/octo-repo#100`.
1919

20+
<!-- markdownlint-disable GHD034 -->
2021
* close
2122
* closes
2223
* closed
@@ -26,6 +27,7 @@ To link a pull request to an issue to show that a fix is in progress and to auto
2627
* resolve
2728
* resolves
2829
* resolved
30+
<!-- markdownlint-enable GHD034 -->
2931

3032
For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
3133

content/get-started/writing-on-github/working-with-saved-replies/editing-a-saved-reply.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ versions:
1313
---
1414
{% data reusables.user-settings.access_settings %}
1515
{% data reusables.user-settings.saved_replies %}
16-
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
17-
![Screenshot of {% data variables.product.prodname_dotcom %} settings for "Saved replies." To the right of the saved reply "Ship squirrel," an edit button with a pencil icon is outlined in dark orange.](/assets/images/help/writing/saved-replies-edit-existing.png)
16+
1. Under "Saved replies," next to the saved reply you want to edit, click {% octicon "pencil" aria-label="The pencil" %}.
17+
![Screenshot of {% data variables.product.github %} settings for "Saved replies." To the right of the "Ship squirrel" reply, an edit button with a pencil icon is outlined in orange.](/assets/images/help/writing/saved-replies-edit-existing.png)
1818
1. Under "Edit saved reply," edit the title or content of the saved reply.
1919
1. Click **Update saved reply**.
2020

0 commit comments

Comments
 (0)