We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e774cb commit 6a75d24Copy full SHA for 6a75d24
.github/ISSUE_TEMPLATE/test_improvement.yml
@@ -11,9 +11,9 @@ body:
11
- type: input
12
id: test-file
13
attributes:
14
- label: Test File
15
- description: Path to the affected test file.
16
- placeholder: e.g. tests/app/test_backtesting.py
+ label: Test File/Directory
+ description: Path to the affected test file or directory.
+ placeholder: e.g. tests/app/test_backtesting.py or tests/app/
17
validations:
18
required: true
19
0 commit comments