Skip to content

Commit 2f37b46

Browse files
Fix syntax in issue template and readme (#13)
* Fixed YAML syntax in issue template * Fixed RST link in readme
1 parent b7a2d30 commit 2f37b46

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

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

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

4444
- type: textarea
4545
attributes:
4646
label: "After"
47-
descrition: >
48-
How you see it implemented with a high level API without going into details
47+
description: >
48+
How you see it implemented with a high level API without going into details
49+
render: python
4950
validations:
5051
required: false
51-
render: python
5252

5353
- type: textarea
5454
attributes:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
|Tests Status| |Coverage|
22

3-
|Project Name| is a fork of `Aesara<https://github.com/aesara-devs/aesara>`__ -- a Python library that allows one to define, optimize, and
3+
|Project Name| is a fork of `Aesara <https://github.com/aesara-devs/aesara>`__ -- a Python library that allows one to define, optimize, and
44
efficiently evaluate mathematical expressions involving multi-dimensional arrays.
55

66
Features

0 commit comments

Comments
 (0)