From 9864852540a015f8c0ae93fcba011d795d5ce347 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 10 Jul 2024 06:05:13 -0400 Subject: [PATCH] github: add template text as comments Instead of including the boilerplate text and showing it in the created issue, use comments that are still displayed when editing, but not shown in the final issue, avoiding confusing and mixup between actual issue and template text. Signed-off-by: Anas Nashif --- .github/ISSUE_TEMPLATE/001_bug_report.md | 18 +++++++++++++-- .github/ISSUE_TEMPLATE/002_enhancement.md | 8 +++++++ .github/ISSUE_TEMPLATE/003_rfc-proposal.md | 23 +++++++++++++------ .github/ISSUE_TEMPLATE/004_feature_request.md | 8 +++++++ 4 files changed, 48 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/001_bug_report.md b/.github/ISSUE_TEMPLATE/001_bug_report.md index 57f8652b65b..a3d0677184b 100644 --- a/.github/ISSUE_TEMPLATE/001_bug_report.md +++ b/.github/ISSUE_TEMPLATE/001_bug_report.md @@ -6,8 +6,8 @@ labels: bug assignees: '' --- - -**Notes (delete this)** + **Describe the bug** + **To Reproduce** + **Expected behavior** + **Impact** + **Logs and console output** + **Environment (please complete the following information):** + - OS: (e.g. Linux, MacOS, Windows) - Toolchain (e.g Zephyr SDK, ...) - Commit SHA or Version used **Additional context** + diff --git a/.github/ISSUE_TEMPLATE/002_enhancement.md b/.github/ISSUE_TEMPLATE/002_enhancement.md index 615db8fec2e..36dd018047d 100644 --- a/.github/ISSUE_TEMPLATE/002_enhancement.md +++ b/.github/ISSUE_TEMPLATE/002_enhancement.md @@ -8,13 +8,21 @@ assignees: '' --- **Is your enhancement proposal related to a problem? Please describe.** + **Describe the solution you'd like** + **Describe alternatives you've considered** + **Additional context** + diff --git a/.github/ISSUE_TEMPLATE/003_rfc-proposal.md b/.github/ISSUE_TEMPLATE/003_rfc-proposal.md index fbb1fc8a1e1..9cea2d2dac2 100644 --- a/.github/ISSUE_TEMPLATE/003_rfc-proposal.md +++ b/.github/ISSUE_TEMPLATE/003_rfc-proposal.md @@ -9,43 +9,52 @@ assignees: '' ## Introduction + ### Problem description - + ### Proposed change - + ## Detailed RFC - + ### Proposed change (Detailed) - + ### Dependencies - + ### Concerns and Unresolved Questions - + ## Alternatives - + diff --git a/.github/ISSUE_TEMPLATE/004_feature_request.md b/.github/ISSUE_TEMPLATE/004_feature_request.md index 3ffc06790ef..63aa536c8f5 100644 --- a/.github/ISSUE_TEMPLATE/004_feature_request.md +++ b/.github/ISSUE_TEMPLATE/004_feature_request.md @@ -8,13 +8,21 @@ assignees: '' --- **Is your feature request related to a problem? Please describe.** + **Describe the solution you'd like** + **Describe alternatives you've considered** + **Additional context** +