Skip to content

Commit c5ae913

Browse files
committed
Updates readme
1 parent 2a1a6a1 commit c5ae913

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [ ] _Hands-on Lab:_ > [Activity 3](/labs/lab03.md)
1717

1818
### Module 4: GitHub Templates
19-
- [ ] _Hands-on Lab:_ > [Activity 2](/labs/lab04.md)
19+
- [ ] _Hands-on Lab:_ > [Activity 4](/labs/lab04.md)
2020

2121
### Module 5: GitHub API
2222
- [ ] _Hands-on Lab:_ > [Activity 5](/labs/lab05.md)

labs/lab04.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ References:
99
- [Creating a template repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository)
1010
- [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
1111

12-
## 2.1 Create issue templates
12+
## 4.1 Create issue templates
1313

1414
1. Navigate to the `Settings > General` page of your repository
1515
2. In the `Features > Issues` section, click `Set up templates` button
@@ -19,7 +19,7 @@ References:
1919
6. Click on `Propose changes` to commit the tempaltes to your repository.
2020
7. Repeat steps 3) to 6) to add more issue templates
2121

22-
## 2.2 Create pull request templates
22+
## 4.2 Create pull request templates
2323

2424
1. Navigate to the `main` branch of your repository
2525
2. Click `Add file` to create a new file
@@ -40,7 +40,7 @@ Fixes #
4040

4141
```
4242

43-
## 2.3 Create a template repository
43+
## 4.3 Create a template repository _(Optional)_
4444

4545
1. Navigate to the `Settings > General` page of your repository
4646
2. Select `Template repository` checkbox

0 commit comments

Comments
 (0)