Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 03af34c

Browse files
authored
chore: fields for minimal API data and minimal usage store in issue templates (#808)
* chore: fields for minimal API data and usage store * chore: clarify text * chore: fields for minimal API and usage store * style: apply automatic fixes of linters Co-authored-by: lars-reimann <[email protected]>
1 parent 97a66c5 commit 03af34c

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

.github/ISSUE_TEMPLATE/missing_annotation.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,26 @@ body:
3131
id: expected-annotation-inputs
3232
attributes:
3333
label: Expected Annotation Inputs
34-
description: Which inputs did you expect the annotation to have?
34+
description: Which inputs did you expect the annotation to have? If possible, provide the JSON for the expected annotation.
3535
validations:
3636
required: true
3737

38+
- type: textarea
39+
id: minimal-api-data
40+
attributes:
41+
label: Minimal API Data (optional)
42+
description: If possible, provide the JSON for a minimal API with the element that should have been annotated, and its ancestors.
43+
validations:
44+
required: false
45+
46+
- type: textarea
47+
id: minimal-usage-store
48+
attributes:
49+
label: Minimal Usage Store (optional)
50+
description: If possible, provide the JSON for a minimal usage store with the element that should have been annotated, and its ancestors.
51+
validations:
52+
required: false
53+
3854
- type: textarea
3955
id: suggested-solution
4056
attributes:

.github/ISSUE_TEMPLATE/wrong_annotation.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body:
3131
id: actual-annotation-inputs
3232
attributes:
3333
label: Actual Annotation Inputs
34-
description: Which inputs did the automatically generated annotation have?
34+
description: Which inputs did the automatically generated annotation have? If possible, provide the JSON for the actual annotation.
3535
validations:
3636
required: true
3737

@@ -55,10 +55,26 @@ body:
5555
id: expected-annotation-inputs
5656
attributes:
5757
label: Expected Annotation Inputs
58-
description: Which inputs did you expect the annotation to have?
58+
description: Which inputs did you expect the annotation to have? If possible, provide the JSON for the expected annotation.
5959
validations:
6060
required: true
6161

62+
- type: textarea
63+
id: minimal-api-data
64+
attributes:
65+
label: Minimal API Data (optional)
66+
description: If possible, provide the JSON for a minimal API with the element that should have been annotated, and its ancestors.
67+
validations:
68+
required: false
69+
70+
- type: textarea
71+
id: minimal-usage-store
72+
attributes:
73+
label: Minimal Usage Store (optional)
74+
description: If possible, provide the JSON for a minimal usage store with the element that should have been annotated, and its ancestors.
75+
validations:
76+
required: false
77+
6278
- type: textarea
6379
id: suggested-solution
6480
attributes:

0 commit comments

Comments
 (0)