Skip to content

Commit ec072ef

Browse files
committed
0.4.2 - adjust issue and PR templates
The issue and PR templates are adjusted, and the vulnerability issue tempate is removed because we decide to use a different way to accept vulnerability reports.
1 parent a06367d commit ec072ef

File tree

6 files changed

+5
-70
lines changed

6 files changed

+5
-70
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ body:
7878
attributes:
7979
label: Dash JSON Grid Viewer version
8080
description: >-
81-
e.g. 0.3.3
81+
e.g. 0.x.x
8282
validations:
8383
required: true
8484

.github/ISSUE_TEMPLATE/docs_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
attributes:
3737
label: Dash JSON Grid Viewer version
3838
description: >-
39-
e.g. 0.3.3
39+
e.g. 0.x.x
4040
validations:
4141
required: true
4242

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
attributes:
4545
label: Dash JSON Grid Viewer version
4646
description: >-
47-
e.g. 0.3.3
47+
e.g. 0.x.x
4848
validations:
4949
required: true
5050

.github/ISSUE_TEMPLATE/vulnerability_report.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE/pull_request_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: Dash JSON Grid Viewer version
4141
description: >-
42-
e.g. 0.3.0
42+
e.g. 0.x.x
4343
validations:
4444
required: true
4545

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#### :floppy_disk: Change
1818

1919
1. The `callback` is replaced by `app.callback` in `usage.py`.
20+
2. The issue and PR templates are adjusted, and the vulnerability issue tempate is removed because we decide to use a different way to accept vulnerability reports.
2021

2122
### 0.4.1 @ 10/26/2024
2223

0 commit comments

Comments
 (0)