Skip to content

Commit

Permalink
Align language def in bugreport.yml with schema (#6290)
Browse files Browse the repository at this point in the history
* Align language def in bugreport.yml with schema

Not sure if this matters at all, but VSCode's linter was complaining

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
max-sixty and pre-commit-ci[bot] authored Feb 23, 2022
1 parent d26894b commit b86a7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ body:
Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
This will be automatically formatted into code, so no need for markdown backticks.
render: python
render: Python

- type: textarea
id: log-output
attributes:
label: Relevant log output
description: Please copy and paste any relevant output. This will be automatically formatted into code, so no need for markdown backticks.
render: python
render: Python

- type: textarea
id: extra
Expand Down

0 comments on commit b86a7c1

Please sign in to comment.