mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 15:38:03 +00:00
docs (level 101): fix typos, punctuation, formatting (#160)
* docs: formatted for readability * docs: rephrased and added punctuation * docs: fix typos, punctuation, formatting * docs: fix typo and format * docs: fix caps and formatting * docs: fix punctuation and formatting * docs: capitalized SQL commands, fixed puntuation, formatting * docs: fix punctuation * docs: fix punctuation and formatting * docs: fix caps,punctuation and formatting * docs: fix links, punctuation, formatting * docs: fix code block formatting * docs: fix punctuation, indentation and formatting
This commit is contained in:
@@ -7,16 +7,16 @@ As a contributor, you represent that the content you submit is not plagiarised.
|
||||
### Contributing Guidelines
|
||||
Ensure that you adhere to the following guidelines:
|
||||
|
||||
* Should be about principles and concepts that can be applied in any company or individual project. Do not focus on particular tools or tech stack(which usually change over time).
|
||||
* Should be about principles and concepts that can be applied in any company or individual project. Do not focus on particular tools or tech stack (which usually change over time).
|
||||
* Adhere to the [Code of Conduct](/school-of-sre/CODE_OF_CONDUCT/).
|
||||
* Should be relevant to the roles and responsibilities of an SRE.
|
||||
* Should be locally tested (see steps for testing) and well formatted.
|
||||
* Should be locally tested (see steps for testing) and well-formatted.
|
||||
* It is good practice to open an issue first and discuss your changes before submitting a pull request. This way, you can incorporate ideas from others before you even start.
|
||||
|
||||
### Building and testing locally
|
||||
Run the following commands to build and view the site locally before opening a PR.
|
||||
|
||||
```
|
||||
```shell
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user