We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0d260 commit 4224a3bCopy full SHA for 4224a3b
1 file changed
.github/CONTRIBUTING.md
@@ -20,8 +20,8 @@ I want to know what you think is missing from ADCSGoat and how it can be made be
20
## Making Changes
21
22
- 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.
+- To quickly create a topic branch based on master; `git checkout -b my_contribution main`.
+ Please avoid working directly on the `main` branch.
25
- Make commits of logical units.
26
- Check for unnecessary whitespace with `git diff --check` before committing.
27
- Please follow the prevailing code conventions in the repository.
0 commit comments