We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee8293 commit d7fd409Copy full SHA for d7fd409
.github/ISSUE_TEMPLATE/webapi_request.md
@@ -0,0 +1,20 @@
1
+---
2
+name: WebAPI Request
3
+about: Request support for a specific WebAPI feature or function
4
+title: "[WebAPI Request] "
5
+labels: webapi, enhancement
6
+assignees: ''
7
8
+
9
+### JavaScript Sample of WebAPI You Wish to Use
10
11
+<!-- Please provide a sample code snippet of the WebAPI function or interface you wish to use. -->
12
13
+```javascript
14
+// Sample code goes here
15
+```
16
17
+### MDN Link to the Involved Function or Interfaces
18
19
+<!-- Please provide the MDN link to the function or interface documentation. -->
20
+[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API) Link: <url here>
0 commit comments