Skip to content

Commit 5dcedb0

Browse files
committed
Add an issue template for 'Upstream' issues
This is the summary of: <#2266> Closes: #226
1 parent 88c2572 commit 5dcedb0

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Format/Dependency issue
2+
description: An issue that relies on being fixed upstream
3+
title: "[upstream] "
4+
labels: ["dependency-tracked"]
5+
body:
6+
- type: textarea
7+
id: affected-functionality
8+
attributes:
9+
label: Affected functionality
10+
description: Which part of image is affected?
11+
placeholder: The (encoder/decoder/dependency) should …
12+
validations:
13+
required: true
14+
15+
- type: checkboxes
16+
id: operating-systems
17+
attributes:
18+
label: Which operating systems does this bug appear on?
19+
description: You may select more than one.
20+
multiple: true
21+
options:
22+
- label: macOS
23+
- label: Windows
24+
- label: Linux
25+
26+
- type: textarea
27+
id: reproduction
28+
attributes:
29+
label: Reproduction
30+
description: How may the fix be validated?
31+
placeholder: The decoder is supposed to … bug instead …
32+
validations:
33+
required: false
34+
35+
- type: input
36+
id: upstream-links
37+
attributes:
38+
label: Upstream issue link(s)
39+
description: Paste the URL(s) to the issue(s) in the upstream repository.
40+
placeholder: https://github.com/other/repo/issues/123
41+
validations:
42+
required: false
43+
44+
- type: textarea
45+
id: tracking-notes
46+
attributes:
47+
label: Tracking notes
48+
description: Further summary of relevant discussion, workarounds, or other relevant notes.
49+
placeholder: Add context/workarounds here.
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)