@@ -7,48 +7,71 @@ labels: doc
7
7
8
8
# 📗 API Reference Docs Problem
9
9
10
- <!-- ----------------------------------------------------------------------------
10
+ <!--
11
+
11
12
Thank you for wanting to make nodejs.org better!
12
13
13
- This template is for issues with the Node.js API reference docs.
14
+ This template is for issues with the Node.js API
15
+ reference documentation.
14
16
15
- For more general support, please open an issue in
16
- our help repo at “https://github.com/nodejs/help”.
17
+ For problems with nodejs.org beyond the API
18
+ reference documentation, please open an issue
19
+ using the issue tracker for our site repository.
17
20
18
- For the issue title, enter a one-line summary after “doc: ”.
19
- The “✍️” signifies a request for input. If unsure, do the best you can.
21
+ https://github.com/nodejs/nodejs.org
20
22
21
- If you found a problem with nodejs.org beyond the API reference docs, please
22
- open an issue in our website repo at “https://github.com/nodejs/nodejs.org”.
23
- ------------------------------------------------------------------------------->
23
+ For more general support, please open an issue
24
+ using the issue tracker for our help repository.
25
+
26
+ https://github.com/nodejs/help
27
+
28
+ ---
29
+
30
+ For the issue title, please enter a one-line
31
+ summary after “doc: ” (preferably 50 characters
32
+ or less and no more than 72).
33
+
34
+ The “✍️” are placeholders signifying requests for
35
+ input. Replace them with your responses.
36
+
37
+ If you are unsure of something, do your best.
24
38
25
- <!--
26
- Version: output of “node -v”
27
- Platform: output of “uname -a” (UNIX), or version and 32 or 64-bit (Windows)
28
- Subsystem: if known, please specify affected core module name
29
39
-->
30
40
41
+ <!-- The output of “node --version”. -->
42
+
31
43
- ** Version** : ✍️
44
+
45
+ <!-- The output of “uname -a” (UNIX) or version
46
+ and 32-bit or 64-bit (Windows). -->
47
+
32
48
- ** Platform** : ✍️
49
+
50
+ <!-- The name of affected core module. -->
51
+
33
52
- ** Subsystem** : ✍️
34
53
35
54
## Location
36
55
37
56
_ Section of the site where the content exists_
38
57
39
58
Affected URL(s):
59
+
40
60
- https://nodejs.org/api/✍️
41
61
42
- ## Problem description
62
+ ## Description
43
63
44
- _ Concise explanation of what you found to be problematic _
64
+ _ Concise explanation of the problem _
45
65
46
- <!-- If applicable, include any screenshots that may help solve the problem. -->
66
+ <!-- If applicable, include any screenshots that
67
+ may help solve the problem. -->
47
68
48
69
✍️
49
70
50
71
---
51
72
52
- <!-- Use “[x]” to check the box below if interested in contributing. -->
73
+ <!-- Use “[x]” to check the box below if you are
74
+ interested in contributing. -->
53
75
54
- - [ ] I would like to work on this issue and submit a pull request.
76
+ - [ ] I would like to work on this issue and
77
+ submit a pull request.
0 commit comments