From 115fb89aa7e29040251048fb026f2b7a164eb6bf Mon Sep 17 00:00:00 2001 From: ymw0407 Date: Sun, 7 Apr 2024 16:46:23 +0900 Subject: [PATCH] Fix : Issue Template customized Signed-off-by: ymw0407 --- .github/ISSUE_TEMPLATE/Bug_Report.yml | 21 ++++----------------- .github/ISSUE_TEMPLATE/Feature_Request.yml | 8 ++++---- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index c8cee39..b3fc5df 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -2,8 +2,8 @@ name: ":bug: Bug Report" description: "Report a Bug" title: ":bug: [Bug] - " -labels: [] -assignees: [] +labels: ["bug"] +assignees: ["ymw0407"] body: - type: markdown @@ -11,24 +11,11 @@ body: value: | Thank you for reporting an issue. - This issue tracker is for bugs and issues found within Node.js core. - If you require more general support please file an issue on our help repo. https://github.com/nodejs/help - Please fill in as much of the following form as you're able. - type: input attributes: label: Version - description: Output of `node -v` - - type: input - attributes: - label: Platform - description: | - UNIX: output of `uname -a` - Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console - - type: input - attributes: - label: Subsystem - description: If known, please specify affected core module name + description: Version of `github.com/ymw0407/jamo` - type: textarea attributes: label: What steps will reproduce the bug? @@ -49,4 +36,4 @@ body: - type: textarea attributes: label: Additional information - description: Tell us anything else you think we should know. \ No newline at end of file + description: Tell us anything else you think we should know. diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.yml b/.github/ISSUE_TEMPLATE/Feature_Request.yml index e238ab5..c3c0af0 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature_Request.yml @@ -2,8 +2,8 @@ name: ":rocket: Feature Request" description: "Request a new feature" title: ":rocket: [Feature Request] - " -labels: [] -assignees: [] +labels: ["bug"] +assignees: ["ymw0407"] body: - type: textarea @@ -20,7 +20,7 @@ body: label: "Reasons" description: Explain why this function is necessary. validations: - required: true + required: true - type: textarea id: how-to @@ -46,4 +46,4 @@ body: - label: Have no effect on other functions required: false - label: Other functions need to be changed - required: false \ No newline at end of file + required: false