From e7a881f096bad3383e644385ffe333272646659f Mon Sep 17 00:00:00 2001 From: Theodore Hills <99015165+theodorehills@users.noreply.github.com> Date: Sat, 12 Aug 2023 03:46:45 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .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..c223ec4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,43 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: zihluwang, theodorehills + +--- + +**Which module creates this bug** +- [ ] `devkit-core` +- [ ] `devkit-utils` +- [ ] `guid` +- [ ] `webcal` +- [ ] `simple-jwt-facade` +- [ ] `simple-jwt-authzero` +- [ ] `simple-jwt-jjwt` +- [ ] `simple-jwt-spring-boot-starter` + +**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. + +**Developing Environment:** + - OS: [e.g. Windows, macOS, Linux, Ubuntu] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + - Java Version: [e.g. Amazon Corretto 17, Oracle 17, Azul Zulu 17, Microsoft Build of OpenJDK 17] + +**Additional context** +Add any other context about the problem here.