Add a runbook
To add a new runbook:
- Create a new
*.html.md.erbfile in thesource/runbooksdirectory of this repository, containing the runbook information - Add a corresponding list item in the
source/index.html.md.erbfile under the titleRunbookstitle.
## Runbooks
- [Add a runbook](runbooks/add-a-runbook.html)
- [Dependabot Process](runbooks/dependabot-process.html)
...
The link target should be
runbooks/[filename].htmli.e. if the runbook file issource/runbooks/foobar.html.md.erbthen the link target should berunbooks/foobar.html
- Raise and merge a PR to add your changes to the
mainbranch of this repository