From 16651ab61a518e823b5f108ac879c6dcdfcad158 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Mon, 23 Jan 2023 10:58:07 +0000 Subject: [PATCH] chore: update bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 7babce44cc..a394b8da4e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -90,7 +90,7 @@ body:
`_redirects` - ```toml + ``` # Paste content of your `_redirects` file here ``` @@ -105,7 +105,7 @@ body:
`next.config.js` - ```toml + ```js # Paste content of your `next.config.js` file here. Check there is no private info in there. ```