Skip to content

Commit 8ed1fd1

Browse files
committed
chore: Update bug template
1 parent a41eef4 commit 8ed1fd1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository
3-
name: "CiscoConfParse Bug Report"
3+
name: "ciscoconfparse2 Bug Report"
44
description: "File a bug report"
55
title: '[Bug]: '
66
labels:
@@ -16,7 +16,7 @@ body:
1616
- Please include sufficient details and context.
1717
- Describe the expected behavior that should have happened but didn't.
1818
- If you find multiple bugs, please submit them in separate issues.
19-
- CiscoConfParse is maintained by volunteers. Please be courteous and patient.
19+
- ciscoconfparse2 is maintained by volunteers. Please be courteous and patient.
2020
*Issues that do not include all the information requested in this form are subject to closure*.
2121
- type: "input"
2222
id: "contact"
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: "CiscoConfParse Version"
4141
description: "What ciscoconfparse2 version had the problem?"
42-
placeholder: "Version x.y.z (e.g. Version 1.6.13)"
42+
placeholder: "Version x.y.z (e.g. Version 0.8.54)"
4343
validations:
4444
required: true
4545
- type: "dropdown"
@@ -61,6 +61,8 @@ body:
6161
label: "What Python version(s) have this problem?"
6262
multiple: true
6363
options:
64+
- "Python 3.15"
65+
- "Python 3.14"
6466
- "Python 3.13"
6567
- "Python 3.12"
6668
- "Python 3.11"

0 commit comments

Comments
 (0)