Skip to content

Commit d7fd409

Browse files
committed
Add initial issue template
1 parent 5ee8293 commit d7fd409

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)