From e7be891b5c450a5db88a9af2f7132e0c55d03d70 Mon Sep 17 00:00:00 2001 From: Seia-Soto <30369714+Seia-Soto@users.noreply.github.com> Date: Thu, 25 Feb 2021 03:20:41 +0900 Subject: [PATCH] Add issue templates --- .../ISSUE_TEMPLATE/bug-report--runtime-.md | 28 +++++++++++++++ .../bug-report--runtime-level-.md | 34 +++++++++++++++++++ ...--reverse-engineering---outdated-codes-.md | 25 ++++++++++++++ .../question--library-usage-.md | 26 ++++++++++++++ 4 files changed, 113 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report--runtime-.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report--runtime-level-.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request--reverse-engineering---outdated-codes-.md create mode 100644 .github/ISSUE_TEMPLATE/question--library-usage-.md diff --git a/.github/ISSUE_TEMPLATE/bug-report--runtime-.md b/.github/ISSUE_TEMPLATE/bug-report--runtime-.md new file mode 100644 index 0000000..e6bf734 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--runtime-.md @@ -0,0 +1,28 @@ +--- +name: Bug report (Runtime) +about: Create a report to help us improve +title: '' +labels: bug +assignees: Seia-Soto + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Call some API +2. 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. + +**Used PROFILE (please complete the following information):** +Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug-report--runtime-level-.md b/.github/ISSUE_TEMPLATE/bug-report--runtime-level-.md new file mode 100644 index 0000000..c216a87 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report--runtime-level-.md @@ -0,0 +1,34 @@ +--- +name: Bug report (Runtime Level) +about: Create a report to help us improve +title: "[Bug]" +labels: bug +assignees: Seia-Soto + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Call some API +2. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**PROFILE (please complete the following information):** +Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request--reverse-engineering---outdated-codes-.md b/.github/ISSUE_TEMPLATE/feature-request--reverse-engineering---outdated-codes-.md new file mode 100644 index 0000000..a1076d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request--reverse-engineering---outdated-codes-.md @@ -0,0 +1,25 @@ +--- +name: Feature request (Reverse Engineering & Outdated Codes) +about: Report an accident which caused by outdated code or reverse engineered wrong +title: "[Feature/Outdated]" +labels: enhancement +assignees: Seia-Soto + +--- + + + +**PROFILE (please complete the following information):** +Please post your JSON encoded `profile.json` content which sensitive data wipped to issue new report. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question--library-usage-.md b/.github/ISSUE_TEMPLATE/question--library-usage-.md new file mode 100644 index 0000000..724243f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question--library-usage-.md @@ -0,0 +1,26 @@ +--- +name: Question (Library Usage) +about: Ask question about using library +title: "[Question]" +labels: question +assignees: '' + +--- + + + +**Environments (please complete the followings):** +- Version: 1.0.17 +- Runtime version: Node.JS v14 LTS + +**Question:**