Skip to content

Commit

Permalink
Merge pull request #2687 from cloudflare/bib/nodejs-feedback
Browse files Browse the repository at this point in the history
Create a better path to get feedback about Node.js APIs
  • Loading branch information
irvinebroque authored Sep 10, 2024
2 parents 234d0cd + 5acfe1a commit d9eac1b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/DISCUSSION_TEMPLATE/nodejs_api_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
title: "Node.js API Request"
labels: ["Node.js API Request"]
body:
- type: input
id: module
attributes:
label: Module
description: "Name of the Node.js module you want to work on Workers. Ex: fs"
value:
validations:
required: true
- type: input
id: method
attributes:
label: API Method
description: "Name of the specific API method you want to work on Workers. Ex: fs.readFile"
value:
validations:
required: true
- type: markdown
id: context
attributes:
value: |
## Context

0 comments on commit d9eac1b

Please sign in to comment.