From 1f6c4e819b6b1308f629f8ceb2b50a3b02e28e57 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 30 Dec 2021 17:27:36 -0800 Subject: [PATCH] meta: replace API docs issue template with form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All other issue templates have been moved to forms, which seems to do a good job of reducing spam issues. PR-URL: https://github.com/nodejs/node/pull/41348 Reviewed-By: Tobias Nießen Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Anatoli Papirovski Reviewed-By: Luigi Pinca Reviewed-By: Qingyu Deng --- .../ISSUE_TEMPLATE/3-api-ref-docs-problem.md | 77 ------------------- .../ISSUE_TEMPLATE/3-api-ref-docs-problem.yml | 17 ++++ 2 files changed, 17 insertions(+), 77 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md create mode 100644 .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml 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