From 05814577d9990e550cda52b67d4f7d5cefdc570d Mon Sep 17 00:00:00 2001 From: kota-karthik Date: Wed, 2 Oct 2024 21:34:22 +0530 Subject: [PATCH] ISSUE_TEMPLATE:added test_request template --- .github/ISSUE_TEMPLATE/test_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test_request.md 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.