Skip to content

Commit 970de53

Browse files
Trottdanielleadams
authored andcommitted
meta: replace API docs issue template with form
All other issue templates have been moved to forms, which seems to do a good job of reducing spam issues. PR-URL: #41348 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
1 parent 08f5c8d commit 970de53

File tree

2 files changed

+17
-77
lines changed

2 files changed

+17
-77
lines changed

.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md

Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs"
2+
description: Let us know about any problematic API reference documents
3+
labels: ["doc"]
4+
title: 'doc: <title>'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for wanting to make nodejs.org better!
10+
11+
Please fill in as much of the following form as you're able.
12+
- type: input
13+
attributes:
14+
label: Affected URL(s)
15+
- type: textarea
16+
attributes:
17+
label: Explanation of the problem

0 commit comments

Comments
 (0)