From 3db178af3b8cf658db48968da87d08429cf4a7cf Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 15 Sep 2021 21:17:51 -0700 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 27 +++----------------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2bd07ac..5742474 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -29,10 +29,7 @@ body: placeholder: | For example: `rip url https://example.com` - - - type: markdown - attributes: - value: "```\n" + render: "" - type: textarea validations: @@ -44,14 +41,7 @@ body: For example, if the problematic command was `rip url https://example.com`, then 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. - - - type: markdown - attributes: - value: "```" - - - type: markdown - attributes: - value: "```toml\n" + render: "" - type: textarea validations: @@ -61,10 +51,7 @@ body: description: | Find the config file using `rip config --open` and paste the contents here. Make sure you REMOVE YOUR CREDENTIALS! - - - type: markdown - attributes: - value: "```" + render: toml - type: input validations: @@ -73,10 +60,6 @@ body: label: Operating System placeholder: e.g. Windows, Linux, macOS... - - type: markdown - attributes: - value: "```\n" - - type: input validations: required: true @@ -85,10 +68,6 @@ body: description: Run `rip --version` to check. placeholder: e.g. 1.5 - - type: markdown - attributes: - value: "```" - - type: textarea attributes: label: Screenshots and recordings