From 1cd7b689ba3a8e1a17201d9a4d0bef6b70057cb3 Mon Sep 17 00:00:00 2001 From: Jefffrey <22608443+Jefffrey@users.noreply.github.com> Date: Sun, 5 Mar 2023 21:38:12 +1100 Subject: [PATCH] Comment out description fields in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5600dab98b55..dbdfba153a64 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,13 +8,21 @@ assignees: '' --- **Describe the bug** + **To Reproduce** + **Expected behavior** + **Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d9883dd454b7..d7aad5e7761a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,14 +8,22 @@ assignees: '' --- **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** + **Describe the solution you'd like** + **Describe alternatives you've considered** + **Additional context** +