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.