forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add template to open a known issue with populated JSON (dotnet#83801)
* Rename 04_blank_issue.md to 05_blank_issue.md * Create known issue template * Rename 04_known_issue.md to 04_known_issue.yml * Update 04_known_issue.yml * Update 04_known_issue.yml
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 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,32 @@ | ||
name: Known Issue Report | ||
description: Create a known issue directly | ||
labels: ["blocking-clean-ci","Known Build Error"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use this template to report issues currently affecting PR stability, be it build or test failures. | ||
- type: textarea | ||
id: background | ||
attributes: | ||
label: Error Blob | ||
description: Please identify a clear error string that can help identify future instances of this issue. For more information on how to fill this check https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#filling-out-known-issues-json-blob | ||
placeholder: | | ||
```json | ||
{ | ||
"ErrorMessage": "", | ||
"BuildRetry": false, | ||
"ErrorPattern": "", | ||
"ExcludeConsoleLog": true | ||
} | ||
``` | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: Reproduction Steps | ||
description: | | ||
If possible describe where you observe the issue with links and any other relevant details. | ||
validations: | ||
required: false |
File renamed without changes.