Skip to content

Commit

Permalink
Fix : Issue Template customized
Browse files Browse the repository at this point in the history
Signed-off-by: ymw0407 <yunminwo1211@gmail.com>
  • Loading branch information
ymw0407 committed Apr 7, 2024
1 parent acd9027 commit 115fb89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
21 changes: 4 additions & 17 deletions .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,20 @@
name: ":bug: Bug Report"
description: "Report a Bug"
title: ":bug: [Bug] - "
labels: []
assignees: []
labels: ["bug"]
assignees: ["ymw0407"]

body:
- type: markdown
attributes:
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?
Expand All @@ -49,4 +36,4 @@ body:
- type: textarea
attributes:
label: Additional information
description: Tell us anything else you think we should know.
description: Tell us anything else you think we should know.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,7 +20,7 @@ body:
label: "Reasons"
description: Explain why this function is necessary.
validations:
required: true
required: true

- type: textarea
id: how-to
Expand All @@ -46,4 +46,4 @@ body:
- label: Have no effect on other functions
required: false
- label: Other functions need to be changed
required: false
required: false

0 comments on commit 115fb89

Please sign in to comment.