From 7d13c52f83cd8ccb1316bf72cce5680847744b02 Mon Sep 17 00:00:00 2001 From: Tristan Slominski Date: Thu, 14 Nov 2024 17:36:40 -0600 Subject: [PATCH] docs: remove TODO section; remove unhelpful placeholder --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index c08da015..5f7706d7 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -15,7 +15,7 @@ body: Please provide a clear and concise description of what the bug is. A helpful format is "What I did, what I expected, and what happened instead." If relevant and able, please provide a minimal code snippet or steps to reproduce the bug. - + When pasting code or errors, it is helpful to wrap it in triple backticks (```) for formatting. For example: ```python @@ -24,21 +24,8 @@ body: ``` If the code is too long, please use a public gist and link it in the issue: https://gist.github.com. - placeholder: | - ## What I did - - ## What I expected - - ## What happened instead validations: required: true - - type: textarea - attributes: - label: Environment - description: | - TODO: Provide an environment reporting utility. - validations: - required: false - type: markdown attributes: value: |