From cbe0cccbcd19fb111f43b68cbf53f99225ce636c Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Fri, 24 Jan 2025 23:25:30 +0100 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/test.md --- .github/ISSUE_TEMPLATE/test.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/test.md diff --git a/.github/ISSUE_TEMPLATE/test.md b/.github/ISSUE_TEMPLATE/test.md deleted file mode 100644 index 1021547c1..000000000 --- a/.github/ISSUE_TEMPLATE/test.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Test Improvement -about: Suggest improvements or additions to tests for this project -title: "" -type: Test -assignees: '' - ---- - -## Test Improvement Request - -### Test Issue Overview -**Is your test improvement related to a specific problem? Please describe.** -Provide a detailed explanation of the testing issue, such as missing coverage, flaky tests, or inefficient testing processes. For example, "We currently have no tests covering our user authentication flow..." - -### Proposed Test Improvements -**Describe the improvements you'd like** -Explain in detail what testing improvements or new tests you would like to see implemented. Describe how these tests should work and why they are necessary. Include any particular aspects like integration tests, unit tests, or end-to-end tests. - -### Existing Tests -**Describe any existing tests and their limitations** -Detail the current testing setup and its limitations. This could include gaps in coverage, outdated tests, or tests that frequently fail under certain conditions. - -### Impact of Improvements -**Explain the potential impact** -How would these test improvements benefit the development process, product reliability, or deployment cycles? Detail the anticipated benefits to help stakeholders understand the value of improving testing. - -### Additional Context -**Add any other context** -Include any other information that might help clarify your request. This could be technical considerations, links to failed builds, or any other details that could inform the improvement process.