From 4a25728a370d2cc67de3aade0ae6bae56ebcebcb Mon Sep 17 00:00:00 2001 From: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:44:44 -0400 Subject: [PATCH] Update issue templates for known issues. (#3712) * Update issue templates for known issues. * Update .github/ISSUE_TEMPLATE/known-issue.md Co-authored-by: Joe Peeples * Update known-issue.md --------- Co-authored-by: Joe Peeples --- .github/ISSUE_TEMPLATE/known-issue.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/known-issue.md diff --git a/.github/ISSUE_TEMPLATE/known-issue.md b/.github/ISSUE_TEMPLATE/known-issue.md new file mode 100644 index 0000000000..beef357c8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/known-issue.md @@ -0,0 +1,28 @@ +--- +name: Known issue +about: 'Report a known issue for us to include in release notes. ' +title: "[Known Issue] " +labels: known-issue, release-notes +assignees: '' + +--- + +## Description + +Please describe what the known issue is and its impact to customers. + +## Area/Engineering team + +Ex: Detections & Response, Threat Hunting, etc. + +## Stack release + +What release version(s) are affected? + +## Release fixed + +What release version(s), if any, is this known issue supposed to be fixed? + +## Workaround + +If possible, please list the steps for a solution or workaround.