Skip to content

Commit 2b068ff

Browse files
Make Python Version field specific to this repo
1 parent 211cbba commit 2b068ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ body:
3737

3838
- type: input
3939
attributes:
40-
label: Language/Runtime
41-
description: e.g., .NET 8, Python 3.11, Node.js 20
40+
label: Python Version
41+
description: e.g., Python 3.10, Python 3.11, Python 3.12
4242
validations:
4343
required: true
4444

@@ -84,4 +84,4 @@ body:
8484
options:
8585
- label: >-
8686
I agree to follow the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
87-
required: true
87+
required: true

0 commit comments

Comments
 (0)