Skip to content

Commit

Permalink
ci: set python as render language in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 9e682aa commit 129346d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body:
description: |
Please provide a minimal, reproducible code sample, a copy-pastable example if possible.
This will be automatically formatted into code, so no need for backticks.
render: shell
render: python
validations:
required: false
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body:
description: |
Whenever relevant, please provide a code sample, of what would be the syntax, the way you meant to use.
This will be automatically formatted into code, so no need for backticks.
render: shell
render: python
validations:
required: false
- type: markdown
Expand Down

0 comments on commit 129346d

Please sign in to comment.