diff --git a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md deleted file mode 100644 index f63d540abaf4e2..00000000000000 --- a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs" -about: Let us know about any problematic API reference documents -title: "doc: " -labels: doc ---- - -# 📗 API Reference Docs Problem - - - - - -- **Version**: ✍️ - - - -- **Platform**: ✍️ - - - -- **Subsystem**: ✍️ - -## Location - -_Section of the site where the content exists_ - -Affected URL(s): - -- https://nodejs.org/api/✍️ - -## Description - -_Concise explanation of the problem_ - - - -✍️ - ---- - - - -- [ ] I would like to work on this issue and - submit a pull request. diff --git a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml new file mode 100644 index 00000000000000..8963b6b89c4621 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml @@ -0,0 +1,17 @@ +name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs" +description: Let us know about any problematic API reference documents +labels: ["doc"] +title: 'doc: ' +body: + - type: markdown + attributes: + value: | + Thank you for wanting to make nodejs.org better! + + Please fill in as much of the following form as you're able. + - type: input + attributes: + label: Affected URL(s) + - type: textarea + attributes: + label: Explanation of the problem