Skip to content

Commit

Permalink
fixup! meta: add issue template for API reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Lewis committed Apr 30, 2020
1 parent 68242dc commit 7d7d927
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions .github/ISSUE_TEMPLATE/3-api-ref-docs-problem.md
@@ -1,25 +1,28 @@
---
name: "\U0001F4D7 Open an issue regarding the nodejs.org API reference docs"
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

<!--
<!------------------------------------------------------------------------------
Thank you for wanting to make nodejs.org better!
This template is for issues with the Node.js API reference docs.
If you found a problem with nodejs.org beyond the API reference docs, please
file an issue in our website repo at “https://github.com/nodejs/nodejs.org”.
For more general support, please open an issue in
our help repo at “https://github.com/nodejs/help”.
For the issue title, enter a one-line summary after “doc: ”. If unsure about
something, please do the best you can.
For the issue title, enter a one-line summary after “doc: ”.
The “✍️” signifies a request for input. If unsure, do the best you can.
The “✍️” signifies a request for input.
If you found a problem with nodejs.org beyond the API reference docs, please
open an issue in our website repo at “https://github.com/nodejs/nodejs.org”.
------------------------------------------------------------------------------->

<!--
Version: output of “node -v”
Platform: output of “uname -a” (UNIX), or version and 32 or 64-bit (Windows)
Subsystem: if known, please specify affected core module name
Expand All @@ -29,22 +32,11 @@ Subsystem: if known, please specify affected core module name
- **Platform**: ✍️
- **Subsystem**: ✍️

## Problem type

<!-- ✍️ Use “[x]” to mark a selection. -->

- [ ] Missing
- [ ] Needed
- [ ] Confusing
- [ ] Didn't work
- [ ] Other (<!-- ? Please specify if chosen. -->)

## Location

_Section of the site where the content lives (or should)._
_Section of the site where the content exists (or should)_

Affected URL(s):

- https://nodejs.org/api/✍️

## Reproduction procedure
Expand All @@ -55,20 +47,26 @@ _Steps to reproduce the problem_

## Expected behavior/code

_What you were expecting._
_What your expectation was_

✍️

## Actual behavior/code

_What you found to be problematic_

✍️

## Additional information

_Any other information that would be helpful to solve this._
_Anything else (e.g., screenshots, etc.) that may help solve the problem_

<!-- ? Enter “n/a” if enough details exist elsewhere in this template. -->
<!-- Enter “n/a” if enough detail exists elsewhere in this template. -->

✍️

---

<!-- ? Use “[x]” to check the box below if interested in contributing. -->
<!-- Use “[x]” to check the box below if interested in contributing. -->

- [ ] I would like to work on this issue and submit a pull request.

0 comments on commit 7d7d927

Please sign in to comment.