Skip to content

Commit

Permalink
Add template to open a known issue with populated JSON (dotnet#83801)
Browse files Browse the repository at this point in the history
* 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
hoyosjs authored Mar 23, 2023
1 parent 1e241c0 commit 0b3f4dc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/04_known_issue.yml
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.

0 comments on commit 0b3f4dc

Please sign in to comment.