From f61f1c8a233d991dc94068479db439d9a7c9b3c6 Mon Sep 17 00:00:00 2001
From: sinsukehlab <94058150+sinsukehlab@users.noreply.github.com>
Date: Fri, 21 Jul 2023 19:41:46 +0900
Subject: [PATCH 1/3] Update **Note** syntax
> [!NOTE]
> New syntax introduced by @dipree
---
.github/steps/2-commit-a-file.md | 3 ++-
.github/steps/3-open-a-pull-request.md | 3 ++-
.github/steps/4-merge-your-pull-request.md | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/steps/2-commit-a-file.md b/.github/steps/2-commit-a-file.md
index 0c3a1ea1..c33ab448 100644
--- a/.github/steps/2-commit-a-file.md
+++ b/.github/steps/2-commit-a-file.md
@@ -24,7 +24,8 @@ The following steps will guide you through the process of committing a change on
3. In the **Name your file...** field, enter `PROFILE.md`.
- **Note:** `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
+ > [!NOTE]
+ > `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
4. In the **Enter file contents here** area, copy the following content to your file:
diff --git a/.github/steps/3-open-a-pull-request.md b/.github/steps/3-open-a-pull-request.md
index 6de9a0f1..8abea5e3 100644
--- a/.github/steps/3-open-a-pull-request.md
+++ b/.github/steps/3-open-a-pull-request.md
@@ -38,6 +38,7 @@ To create a pull request automatically, click **Compare & pull request**, and th
8. Click **Create pull request**. You will automatically be navigated to your new pull request.
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- **Note**: You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
+ > [!NOTE]
+ > You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
diff --git a/.github/steps/4-merge-your-pull-request.md b/.github/steps/4-merge-your-pull-request.md
index b0bf8bff..ef3819c6 100644
--- a/.github/steps/4-merge-your-pull-request.md
+++ b/.github/steps/4-merge-your-pull-request.md
@@ -27,4 +27,5 @@ As noted in the previous step, you may have seen evidence of GitHub Actions runn
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- **Note**: Check out the **Finish** step to see what you can learn next!
+ > [!NOTE]
+ > Check out the **Finish** step to see what you can learn next!
From 4153bdf551fb09cb8139a7ea734ef08ccc48885e Mon Sep 17 00:00:00 2001
From: sinsukehlab <94058150+sinsukehlab@users.noreply.github.com>
Date: Fri, 21 Jul 2023 19:48:15 +0900
Subject: [PATCH 2/3] Add line breaks
> [!NOTE]\
> Line break with `\`
---
.github/steps/2-commit-a-file.md | 2 +-
.github/steps/3-open-a-pull-request.md | 2 +-
.github/steps/4-merge-your-pull-request.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/steps/2-commit-a-file.md b/.github/steps/2-commit-a-file.md
index c33ab448..5c309b71 100644
--- a/.github/steps/2-commit-a-file.md
+++ b/.github/steps/2-commit-a-file.md
@@ -24,7 +24,7 @@ The following steps will guide you through the process of committing a change on
3. In the **Name your file...** field, enter `PROFILE.md`.
- > [!NOTE]
+ > [!NOTE]\
> `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
4. In the **Enter file contents here** area, copy the following content to your file:
diff --git a/.github/steps/3-open-a-pull-request.md b/.github/steps/3-open-a-pull-request.md
index 8abea5e3..8d2b9e2e 100644
--- a/.github/steps/3-open-a-pull-request.md
+++ b/.github/steps/3-open-a-pull-request.md
@@ -38,7 +38,7 @@ To create a pull request automatically, click **Compare & pull request**, and th
8. Click **Create pull request**. You will automatically be navigated to your new pull request.
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- > [!NOTE]
+ > [!NOTE]\
> You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
diff --git a/.github/steps/4-merge-your-pull-request.md b/.github/steps/4-merge-your-pull-request.md
index ef3819c6..985221f9 100644
--- a/.github/steps/4-merge-your-pull-request.md
+++ b/.github/steps/4-merge-your-pull-request.md
@@ -27,5 +27,5 @@ As noted in the previous step, you may have seen evidence of GitHub Actions runn
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- > [!NOTE]
+ > [!NOTE]\
> Check out the **Finish** step to see what you can learn next!
From 45b5f8d290dcb2b61845c5df9768eddd5461c6ea Mon Sep 17 00:00:00 2001
From: sinsukehlab <94058150+sinsukehlab@users.noreply.github.com>
Date: Tue, 8 Aug 2023 13:21:28 +0900
Subject: [PATCH 3/3] Revert "Add line breaks"
Soft line breaks will now suffice.
This reverts commit 4153bdf551fb09cb8139a7ea734ef08ccc48885e.
---
.github/steps/2-commit-a-file.md | 2 +-
.github/steps/3-open-a-pull-request.md | 2 +-
.github/steps/4-merge-your-pull-request.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/steps/2-commit-a-file.md b/.github/steps/2-commit-a-file.md
index 5c309b71..c33ab448 100644
--- a/.github/steps/2-commit-a-file.md
+++ b/.github/steps/2-commit-a-file.md
@@ -24,7 +24,7 @@ The following steps will guide you through the process of committing a change on
3. In the **Name your file...** field, enter `PROFILE.md`.
- > [!NOTE]\
+ > [!NOTE]
> `.md` is a file extension that creates a Markdown file. You can learn more about Markdown by visiting "[Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)" in our docs or by taking the "[Communicating using Markdown](https://github.com/skills/communicate-using-markdown)" Skills course.
4. In the **Enter file contents here** area, copy the following content to your file:
diff --git a/.github/steps/3-open-a-pull-request.md b/.github/steps/3-open-a-pull-request.md
index 8d2b9e2e..8abea5e3 100644
--- a/.github/steps/3-open-a-pull-request.md
+++ b/.github/steps/3-open-a-pull-request.md
@@ -38,7 +38,7 @@ To create a pull request automatically, click **Compare & pull request**, and th
8. Click **Create pull request**. You will automatically be navigated to your new pull request.
9. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- > [!NOTE]\
+ > [!NOTE]
> You may see evidence of GitHub Actions running on the tab with the pull request opened! The image below shows a line you might see on your pull request after the Action finishes running.
diff --git a/.github/steps/4-merge-your-pull-request.md b/.github/steps/4-merge-your-pull-request.md
index 985221f9..ef3819c6 100644
--- a/.github/steps/4-merge-your-pull-request.md
+++ b/.github/steps/4-merge-your-pull-request.md
@@ -27,5 +27,5 @@ As noted in the previous step, you may have seen evidence of GitHub Actions runn
4. Wait about 20 seconds then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.
- > [!NOTE]\
+ > [!NOTE]
> Check out the **Finish** step to see what you can learn next!