From 80e320217a2508fb665623cf994a723f83bd1390 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 2 Jun 2024 17:39:06 +0800 Subject: chore: add issue_templates and enhence `argc version` (#14) --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github/ISSUE_TEMPLATE/bug_report.md') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f8534c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Describe the bug** + + +**Expected behavior** + + +**Screenshots/Logs** + + +**Environment** + + +**Additional context** + \ No newline at end of file -- cgit v1.2.3