school-of-sre/courses/CONTRIBUTING.md

17 lines
864 B
Markdown
Raw Normal View History

2020-11-17 15:35:19 +06:00
We realise that the initial content we created is just a starting point and our hope is that the community can help in the journey refining and extending the contents.
2020-12-04 16:15:21 +06:00
As a contributor, you represent that the content you submit is not plagiarised. By submitting the content, you (and, if applicable, your employer) are licensing the submitted content to LinkedIn and the open source community subject to the Creative Commons Attribution 4.0 International Public License.
2020-11-17 15:35:19 +06:00
We suggest to open an issue first and seek advice for your changes before submitting a pull request.
2020-11-24 12:21:32 +06:00
2020-11-27 16:25:22 +06:00
*Repository URL*: [https://github.com/linkedin/school-of-sre](https://github.com/linkedin/school-of-sre)
2020-11-24 12:21:32 +06:00
### Building and testing locally
Run the following commands to build and view the site locally before opening a PR.
```
pip install -r requirements.txt
mkdocs build
mkdocs serve
2020-11-27 16:25:22 +06:00
```