Skip to content

Commit b86a7c1

Browse files
Align language def in bugreport.yml with schema (#6290)
* 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>
1 parent d26894b commit b86a7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bugreport.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ body:
3333
3434
Bug reports that follow these guidelines are easier to diagnose, and so are often handled much more quickly.
3535
This will be automatically formatted into code, so no need for markdown backticks.
36-
render: python
36+
render: Python
3737

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

4545
- type: textarea
4646
id: extra

0 commit comments

Comments
 (0)