From 9c7ac4aa86c04bcbc1c136e7d39ac6e3a82b8a5c Mon Sep 17 00:00:00 2001 From: ImMino Date: Fri, 28 Oct 2022 16:04:23 +0900 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/plugin-bug-report.md | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/plugin-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/plugin-bug-report.md b/.github/ISSUE_TEMPLATE/plugin-bug-report.md new file mode 100644 index 00000000..6930e809 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugin-bug-report.md @@ -0,0 +1,33 @@ +--- +name: Plugin Bug Report +about: Create a report to help us improve +title: "[Cloud Service] Error" +labels: bug +assignees: '' + +--- + +- **Plugin version**: + +**Describe the bug** +A clear and concise description of what the bug is. + + +**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.