Skip to content

Commit

Permalink
Update to 3 in STEP and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 15, 2022
1 parent 941db4d commit 6cabd6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/script/STEP
@@ -1 +1 @@
2
3
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -78,7 +78,7 @@ When you want to create a crosslink, start typing the title of an issue or pull
TBD-step-2-notes.
-->

<details id=2 open>
<details id=2>
<summary><h2>Step 2: Find a commit in history</h2></summary>

An important part of version control is the ability to look into the past. By using `git blame`, and finding the story behind a commit, we're able to do more than _blame_ people for code. We're able to see the story around why a commit was made. What is the associated pull request? Who approved the pull request? What tests were run on that commit before it was merged?
Expand Down Expand Up @@ -113,7 +113,7 @@ A SHA is a reference to a specific object. In this case, it's a reference to a c
TBD-step-3-notes.
-->

<details id=3>
<details id=3 open>
<summary><h2>Step 3: Fix a broken sidebar</h2></summary>

Thanks for finding that commit! We now know that the sidebar was indeed added, and it was done in that commit. Let's see if we can dig a little deeper to find out if any planning or conversation, using comments, occurred around this change.
Expand Down

0 comments on commit 6cabd6b

Please sign in to comment.