{"id":13688605,"url":"https://github.com/dastergon/sreworkbook-templates-md","last_synced_at":"2025-04-03T00:14:29.670Z","repository":{"id":145380902,"uuid":"145958437","full_name":"dastergon/sreworkbook-templates-md","owner":"dastergon","description":"A collection templates ported from the SRE Workbook","archived":false,"fork":false,"pushed_at":"2018-08-24T07:38:07.000Z","size":5,"stargazers_count":40,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T14:23:27.247Z","etag":null,"topics":["devops","error-budget","reliability-engineering","site-reliability","site-reliability-engineering","sla","sli","slo","templates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dastergon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-24T07:32:18.000Z","updated_at":"2025-01-15T13:02:40.000Z","dependencies_parsed_at":"2023-04-11T12:17:41.269Z","dependency_job_id":null,"html_url":"https://github.com/dastergon/sreworkbook-templates-md","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fsreworkbook-templates-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fsreworkbook-templates-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fsreworkbook-templates-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dastergon%2Fsreworkbook-templates-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dastergon","download_url":"https://codeload.github.com/dastergon/sreworkbook-templates-md/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246911467,"owners_count":20853657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","error-budget","reliability-engineering","site-reliability","site-reliability-engineering","sla","sli","slo","templates"],"created_at":"2024-08-02T15:01:17.518Z","updated_at":"2025-04-03T00:14:29.635Z","avatar_url":"https://github.com/dastergon.png","language":null,"funding_links":[],"categories":["devops"],"sub_categories":[],"readme":"# SRE Workbook - Markdown Templates\n\nThis is a collection of ported Markdown templates included in [\"The Site Reliability Engineering Workbook\"](https://landing.google.com/sre/book.html) regarding the Service Level Objectives and Error Budget Policy documents.\n\nFull description of each section can be found in [\"The Site Reliability Engineering Workbook\"](https://landing.google.com/sre/book.html).\n\n## Template List\n* [Error Budget Policy Template](error-budget.md)\n* [SLO Document Template](slo-document.md)\n\n## Load templates automatically\n\nIt is possible to load the templates automatically without copy pasting from the files or manually writing the structure every time you want to author a document.\n\n### Vim\nYou can add the following line into your `.vimrc` file:\n\n    au BufNewFile error-budget-*.md 0r ~/sreworkbook-templates-md/error-budget.md\n\n    au BufNewFile slo-*.md 0r ~/sreworkbook-templates-md/slo-document.md\n\n### Emacs\nYou can add the following line into your `.emacs` file:\n\n    (add-hook 'text-mode-hook (lambda () (when (and (string-prefix-p \"slo-\" (buffer-name)) (= (point-max) (point-min))) (insert-file-contents \"~/sreworkbook-templates-md/slo-document.md\"))))\n\n    (add-hook 'text-mode-hook (lambda () (when (and (string-prefix-p \"error-budget-\" (buffer-name)) (= (point-max) (point-min))) (insert-file-contents \"~/sreworkbook-templates-md/eror-budget.md\"))))\n\nIn all cases, if you create a file named based on the `pattern-*`, it will load automatically the predefined template into that file. You can use any naming scheme of your choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdastergon%2Fsreworkbook-templates-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdastergon%2Fsreworkbook-templates-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdastergon%2Fsreworkbook-templates-md/lists"}