Skip to content

Commit 4224a3b

Browse files
authored
Revise CONTRIBUTING.md for clarity and updates
1 parent 8b0d260 commit 4224a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ I want to know what you think is missing from ADCSGoat and how it can be made be
2020
## Making Changes
2121

2222
- From your fork of the repository, create a topic branch where work on your change will take place.
23-
- To quickly create a topic branch based on master; `git checkout -b my_contribution master`.
24-
Please avoid working directly on the `master` branch.
23+
- To quickly create a topic branch based on master; `git checkout -b my_contribution main`.
24+
Please avoid working directly on the `main` branch.
2525
- Make commits of logical units.
2626
- Check for unnecessary whitespace with `git diff --check` before committing.
2727
- Please follow the prevailing code conventions in the repository.

0 commit comments

Comments
 (0)