From d0134c0d8b611ab57d7de9950dfdd86e6ecb7f98 Mon Sep 17 00:00:00 2001 From: windmemory Date: Fri, 23 Dec 2022 16:49:17 +0800 Subject: [PATCH] add draft issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ .github/ISSUE_TEMPLATE/workpro_bug_report.md | 33 ++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/workpro_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f3615edb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEAT]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/workpro_bug_report.md b/.github/ISSUE_TEMPLATE/workpro_bug_report.md new file mode 100644 index 00000000..9ed293e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/workpro_bug_report.md @@ -0,0 +1,33 @@ +--- +name: WorkPro Bug report +about: Create a report to help us improve puppet-workpro +title: "[BUG] " +labels: workpro +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Info** + - Platform[eg Windows/Mac/Linux]: + - Wechaty version: + - Wechaty Puppet version: + - WorkPro version: + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.