From e57d864e9c6e6ff16b81c3a71d27af2181e7f961 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 23 Feb 2022 00:20:22 +0100 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 044d0eeba..505608ff7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -64,8 +64,17 @@ body: - type: textarea attributes: - label: Account information - description: If your issue only happens when logged in, please provide your account name and config. To export your config, go to the Settings page, scroll all the way down to `import/export settings` and click `export`. + label: Account name + description: Your Monkeytype account name. + placeholder: | + Miodec + validations: + required: false + + - type: textarea + attributes: + label: Account config + description: If your issue only happens when logged in, please provide your config. To export your config, go to the Settings page, scroll all the way down to `import/export settings` and click `export`. placeholder: | Miodec {"theme":"cyberspace","showKeyTips":false,"showLiveWpm":false,"showTimerProgress":false, ... "smoothCaret":true}