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] +