Delete .github/ISSUE_TEMPLATE/test.md

This commit is contained in:
Sipke Schoorstra 2025-01-24 23:25:30 +01:00 committed by GitHub
parent bb2456595d
commit cbe0cccbcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.