mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
add test plan item template
This commit is contained in:
18
.github/ISSUE_TEMPLATE/test_plan_item.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/test_plan_item.md
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: Test Plan Item
|
||||
about: Create a test plan item describing how to test a feature
|
||||
---
|
||||
|
||||
Refs: <!-- Refer to the issue that this issue is testing. -->
|
||||
|
||||
- [ ] Mac
|
||||
- [ ] Linux
|
||||
- [ ] Windows
|
||||
|
||||
Complexity:
|
||||
|
||||
Authors: <!-- Mention the authors if there are more than one, otherwise delete this line.-->
|
||||
|
||||
---
|
||||
|
||||
<!-- Please write your test here. -->
|
||||
Reference in New Issue
Block a user