From 0d99f2921965d76e749d6322f1b7de7c9aa8e03b Mon Sep 17 00:00:00 2001 From: Bouteiller Alan Date: Thu, 9 Jul 2020 10:28:48 +0200 Subject: [PATCH] :pencil: feat(doc): add summary --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index ac95119..cc17699 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,19 @@ with the ref of the commit that it was closed by. The `# TODO` comment is commonly used in Python, but this can be customised to whatever you want. +## Summary +- [Usage](#usage) + - [workflow.yaml](#workflowyaml) + - [inputs](#inputs) +- [Examples](#examples) + - [Adding TODOs](#adding-todos) + - [Multiline TODOs](#multiline-todos) + - [Removing TODOs](#removing-todos) + - [Updating TODOs](#updating-todos) + - [In an existing repo with existing todo](#in-an-existing-repo-with-existing-todo) +- [Contributing & Issues](#contributing--issues) +- [Thanks](#thanks) + ## Usage Create a workflow file in your .github/workflows directory as follows: