Skip to content

Commit

Permalink
Merge pull request #3583 from J-Human/use-issue-forms
Browse files Browse the repository at this point in the history
Switch to issue forms
  • Loading branch information
Ayase-252 committed Oct 22, 2021
2 parents ff98dc3 + fdb4e77 commit e9936f0
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Help
description: Get general support regarding using Node.js.

body:
- type: textarea
id: details
attributes:
label: Details
description: Kindly explain in detail your problem.
validations:
required: true

- type: textarea
id: node_version
attributes:
label: Node.js version
description: The version of Node.js you are using.
value: "Not applicable."
validations:
required: true

- type: textarea
id: code
attributes:
label: Example code
description: The code/log related to the problem.
placeholder: "Not applicable."

- type: textarea
id: os
attributes:
label: Operating system
description: The operating system you are running.
validations:
required: true

- type: textarea
id: scope
attributes:
label: Scope
description: The scope of the issue. Installation, code, runtime, meta, other?
validations:
required: true

- type: textarea
id: module
attributes:
label: Module and version
description: The Node.js module that you are experiencing problems with (if applicable).
value: "Not applicable."
16 changes: 0 additions & 16 deletions ISSUE_TEMPLATE.md

This file was deleted.

0 comments on commit e9936f0

Please sign in to comment.