diff --git a/.github/ISSUE_TEMPLATE/test_request.md b/.github/ISSUE_TEMPLATE/test_request.md new file mode 100644 index 0000000..efe34f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test_request.md @@ -0,0 +1,20 @@ +--- +name: Test Request +about: Request to add or modify tests for the project +title: "[Test] " +labels: test +assignees: '' + +--- + +**Describe the test request** +A clear and concise description of what you want to test or modify in the existing tests. + +**Motivation** +Explain why this test is important. + +**Steps to Reproduce** +Provide any relevant steps or code snippets. + +**Additional context** +Add any other context about the test request here.