Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new .yaml version of known issue template #4367

Merged
merged 9 commits into from
Dec 7, 2023
Merged
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/known-issue.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/known-issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: "Known issue"
description: "Report a known issue for us to include in release notes."
title: "[Known Issue] "
labels: "known-issue, release-notes"
body:
- type: markdown
attributes:
value: |
Hello! Use this form to submit a known issue to the [@elastic/security-docs](https://github.com/orgs/elastic/teams/security-docs) team.
- type: textarea
id: description
attributes:
label: Description
description: Describe the known issue and its impact on users. If there's a related issue or PR, link it.
validations:
required: true
- type: textarea
id: eng-team
attributes:
label: Area/Engineering team
description: Which team owns the affected feature(s)?
placeholder: |
E.g. Detections & Response, Threat Hunting, Cloud, etc.
validations:
required: true
- type: dropdown
id: doc-set
attributes:
label: Which documentation set does this known issue impact?
description: ESS (classic), serverless, or both?
options:
- ESS and serverless
- ESS only
- Serverless only
- Unknown
default: 0
validations:
required: true
- type: textarea
id: affected-versions
attributes:
label: Affected versions
description: Which software versions are affected?
placeholder: |
E.g. This issue is present in serverless, and in ESS versions 8.11.x, 8.12.x, and 8.13.x
validations:
required: true
- type: textarea
id: fix-versions
attributes:
label: Fix version
description: Which software version includes a fix for this issue? (If applicable.)
placeholder: |
E.g. This issue is fixed in the serverless release scheduled for [date], and in version 8.14.0 of ESS.
validations:
required: true
benironside marked this conversation as resolved.
Show resolved Hide resolved
- type: textarea
id: workaround
attributes:
label: Workaround
description: Are there any known workarounds for this issue? If so, please describe the steps users should take to implement a workaround.
validations:
required: true
benironside marked this conversation as resolved.
Show resolved Hide resolved