From a72911b52758f7dca701454175caad7f0499e2b2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 8 Mar 2021 14:37:11 -0500 Subject: [PATCH] Fix indentations --- .github/ISSUE_TEMPLATE/bug_report.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 23ac46020..97709e103 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -32,13 +32,13 @@ body: the raw HTTP request(s) being made: Don't rely on a client library such as pynetbox." placeholder: | - 1. Click on "create widget" - 2. Set foo to 12 and bar to G - 3. Click the "create" button + 1. Click on "create widget" + 2. Set foo to 12 and bar to G + 3. Click the "create" button value: | - 1. - 2. - 3. + 1. + 2. + 3. validations: required: true - type: textarea