From d2344eaa1994e97810e47737eff5c9fe96716a99 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 15 Sep 2021 21:52:51 -0700 Subject: [PATCH] Remove multiline placeholder text --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6306c5e..c3da151 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,11 +41,7 @@ body: you would run `rip url https://example.com -vvv` to get the debug logs. Make sure to check the logs for any personal information such as emails and remove them. render: "text" - placeholder: "DEBUG:streamrip:Config loaded - - DEBUG:streamrip:Config saved: /Users/username/Library/Application Support/streamrip/config.toml - - ..." + placeholder: "DEBUG:streamrip:Config loaded..." - type: textarea validations: @@ -56,17 +52,7 @@ body: Find the config file using `rip config --open` and paste the contents here. Make sure you REMOVE YOUR CREDENTIALS! render: toml - placeholder: '[downloads] - - # Folder where tracks are downloaded to - - folder = "/Users/username/StreamripDownloads" - - # Put Qobuz albums in a ''Qobuz'' folder, Tidal albums in ''Tidal'' etc. - - source_subdirectories = false - - ...' + placeholder: "[downloads]\n..." - type: input validations: