From 4c358de4a84c18688d9cb98279b528e867422077 Mon Sep 17 00:00:00 2001 From: Jessica Parsons Date: Mon, 11 Sep 2017 17:12:21 -0700 Subject: [PATCH] Update what happens when creating a new incident --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0431e3d..1cd1bb3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Create a new incident using npm: npm run new-incident ``` -Hugo will create a new Markdown file for you with title and date based on the file name and a few predefined settings in the header. To learn more about the different severities and report, you can see more detailed examples in `site/archetypes/incidents.md`. +You'll be asked a series of questions about the incident, then Hugo will generate a new file pre-filled with your responses. After explaining the current situation in the incident, you can just push the file to GitHub. Netlify will deploy the indicent announcement for you in a matter of seconds.