Skip to content

Commit b4c7eb1

Browse files
michaelosthegericardoV94
authored andcommitted
Fix YAML in issue template
Closes #5119
1 parent 58dfb35 commit b4c7eb1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@ body:
2424
- type: textarea
2525
attributes:
2626
label: "Link to a discussion"
27-
descrition: >
28-
Link to the discussion about this feature request in
29-
[Discussions](https://github.com/pymc-devs/pymc/discussions)
27+
description: >
28+
Link to the discussion about this feature request in
29+
[Discussions](https://github.com/pymc-devs/pymc/discussions)
3030
validations:
3131
required: true
3232

3333
- type: textarea
3434
attributes:
3535
label: "Before"
36-
descrition: >
37-
Please fill the code snippet: How did you workaround your problem or frequent use?
38-
Leave empty if you found no workaround.
36+
description: >
37+
Please fill the code snippet: How did you workaround your problem or frequent use?
38+
Leave empty if you found no workaround.
39+
render: python
3940
validations:
4041
required: false
41-
render: python
4242

4343
- type: textarea
4444
attributes:
4545
label: "After"
46-
descrition: >
47-
How you see it implemented with a high level API without going into details
46+
description: >
47+
How you see it implemented with a high level API without going into details
48+
render: python
4849
validations:
4950
required: false
50-
render: python
5151

5252
- type: textarea
5353
attributes:

0 commit comments

Comments
 (0)