Skip to content

Commit

Permalink
[TOSFS #16] Generate a simple test issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Aug 17, 2024
1 parent 228c55e commit cb1feac
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/test_requet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Test request
about: Create a test issue for this project
title: ''
labels: Test
assignees: ''

---

## Test Request

**Description:**
A clear and concise description of what the test is about.

**Expected Behavior:**
A clear and concise description of what you expected to happen.

**Actual Behavior:**
A clear and concise description of what actually happened.

**Additional Context:**
Add any other context about the problem here.

0 comments on commit cb1feac

Please sign in to comment.