generated from RedHatQuickCourses/course-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav | |
|
||
### Steps | ||
|
||
1. Clone the course repository. | ||
1. Clone or fork the course repository. | ||
``` | ||
$ git clone [email protected]:RedHatQuickCourses/rhods-admin.git | ||
``` | ||
|
@@ -68,7 +68,7 @@ To add a new section under a chapter create an entry in the *modules/CHAPTER/nav | |
$ git push -u origin rsriniva/ch01s01 | ||
``` | ||
|
||
7. Create a GitHub pull request (PR) for your changes using the GitHub web UI. | ||
7. Create a GitHub pull request (PR) for your changes using the GitHub web UI. For forks, create a PR that merges your forked changes into the `main` branch of this repository. | ||
|
||
8. Request a review of the PR from your technical peers and/or a member of the PTL team. | ||
|
||
|