-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into internal-43-crowdstrike-reqs-known-issue
- Loading branch information
Showing
4 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: "Breaking change report" | ||
description: "Report a breaking change in Elastic Security" | ||
title: "[BREAKING CHANGE] " | ||
labels: "breaking-change" | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Hello! Use this form to report a breaking change in Elastic Security software to the [@elastic/security-docs](https://github.com/orgs/elastic/teams/security-docs) team. We will add it to the release notes for the version that introduces the breaking change. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: What feature will break? Any more details about how it will break? Please include any recommendations for users who were using the feature with the breaking change. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: doc-set | ||
attributes: | ||
label: Which deployment types are affected? | ||
description: ESS (classic), serverless, or both? | ||
options: | ||
- ESS and serverless | ||
- ESS only | ||
- Serverless only | ||
- Unknown | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: software-version | ||
attributes: | ||
label: Release version | ||
description: If you selected ESS above, please list which Stack version(s) this breaking change applies to. | ||
placeholder: | | ||
For example: | ||
"This breaking change applies to Stack versions 8.10 and newer." | ||
"N/A" | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters