Skip to content

Commit 11ad098

Browse files
Merge pull request #175 from ZeroIntensity/ZeroIntensity-patch-1
2 parents 28e2141 + 02ef88a commit 11ad098

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ body:
1111
This should only be for *bugs*, not crashes. For that, use the crash template.
1212
1313
value: |
14-
```c
15-
// Add your code here, if needed
14+
```py
15+
# Add your code here, if needed
1616
```
1717
validations:
1818
required: true

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
1313
value: |
1414
```py
15-
// Add your code here, if needed
15+
# Add your code here, if needed
1616
```
1717
validations:
1818
required: true

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
Outline your idea and why it would be a good idea for PyAwaitable. Make sure to include an example API for what this could look like if implemented.
1616
value: |
1717
```py
18-
// Example API
18+
# Example API
1919
```
2020
validations:
2121
required: true

.github/ISSUE_TEMPLATE/improvement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
Outline what needs to be improved and why? Be sure to include an example API if necessary.
1616
value: |
1717
```py
18-
// Example API
18+
# Example API
1919
```
2020
validations:
2121
required: true

0 commit comments

Comments
 (0)