From 2668df35ece78367c2d8c664cb259313a166b1c0 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Thu, 16 Feb 2023 12:07:45 +0000 Subject: [PATCH] chore: Sync by https://github.com/linuxdeepin/.github/commit/fee701b2b6300138293f9ae559238d1252e8caea sync by github workflow Log: none Influence: none --- .github/ISSUE_TEMPLATE/empty-issue.md | 8 ++++++++ .github/ISSUE_TEMPLATE/unit-test-report.md | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/empty-issue.md create mode 100644 .github/ISSUE_TEMPLATE/unit-test-report.md diff --git a/.github/ISSUE_TEMPLATE/empty-issue.md b/.github/ISSUE_TEMPLATE/empty-issue.md new file mode 100644 index 0000000..84240c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/empty-issue.md @@ -0,0 +1,8 @@ +--- +name: Empty issue +about: File a Empty issue +title: '' +labels: '' +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/unit-test-report.md b/.github/ISSUE_TEMPLATE/unit-test-report.md new file mode 100644 index 0000000..9a6743c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/unit-test-report.md @@ -0,0 +1,12 @@ +--- +name: Unit test report +about: File a unit test report. +title: 'Test: [class name]' +labels: '' +assignees: '' + +--- + +Path: [class file path] +Interface: [class interface name] +