Skip to content

Commit 6a75d24

Browse files
committed
fix: update test improvement template field to accept file or directory
1 parent 4e774cb commit 6a75d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/test_improvement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ body:
1111
- type: input
1212
id: test-file
1313
attributes:
14-
label: Test File
15-
description: Path to the affected test file.
16-
placeholder: e.g. tests/app/test_backtesting.py
14+
label: Test File/Directory
15+
description: Path to the affected test file or directory.
16+
placeholder: e.g. tests/app/test_backtesting.py or tests/app/
1717
validations:
1818
required: true
1919

0 commit comments

Comments
 (0)