|
@@ -4,7 +4,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
|
|
|
|
|
|
## Rules
|
|
|
1. All files MUST follow the naming scheme.
|
|
|
- `XDR <Major Topic> <Minor Topic> Notes.md` e.g. XDR Salt Upgrade Notes.md . The first letter of each word should be capitalized.
|
|
|
+ `<Major Topic> <Minor Topic> Notes.md` e.g. Salt Upgrade Notes.md . The first letter of each word should be capitalized.
|
|
|
|
|
|
2. All files MUST follow the proper markdown format. ( work in progress )
|
|
|
|
|
@@ -24,7 +24,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
|
|
|
```
|
|
|
|
|
|
```
|
|
|
- # MDR Salt Notes.md
|
|
|
+ # Salt Notes.md
|
|
|
Salt is the configuration management tool
|
|
|
|
|
|
## Section 1
|
|
@@ -43,7 +43,7 @@ BAECEXD (pronounced "bake ext") is a set of notes about how to actually get thin
|
|
|
|
|
|
4. Use three backticks to indicate a section of code or terminal output and single backticks to indicate technical commands or terms.
|
|
|
|
|
|
-5. When referencing other files use a link in the format `See (file name) for more details.` e.g. See (MDR Salt Upgrade Notes.md) for more details.
|
|
|
+5. When referencing other files use a link in the format `See (file name) for more details.` e.g. See (Salt Upgrade Notes.md) for more details.
|
|
|
|
|
|
6. For PRs, push directly to master unless they are major changes.
|
|
|
|