From 939bbf32de1885f2bdc9309965a0583f05af6ae7 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Thu, 24 Jun 2021 22:53:58 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f1dde4f..28f6bd7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,12 +32,11 @@ A clear and concise description of what you expected to happen. -```yaml -# Paste the contents of config.yaml here +```toml +# Paste the contents of config.toml here # REMOVE YOUR CREDENTIALS -your: - - config - - file +[your] +config = "file" ``` **Environment**