Skip to content

Commit 42bb9dc

Browse files
committed
feat(issues): add web2json api request template
1 parent 53e54d5 commit 42bb9dc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Web2Json API key request
2+
description: Request an API key for a FDC Web2Json source
3+
title: "[req]: <sourceId> on <network>"
4+
labels: ["enhancement", "fdc"]
5+
assignees:
6+
- nikerzetic-aflabs
7+
- jO-Osko
8+
body:
9+
- type: dropdown
10+
id: network
11+
attributes:
12+
label: Network
13+
options:
14+
- Flare Mainnet
15+
- Songbird Canary-Network
16+
validations:
17+
required: true
18+
- type: input
19+
id: sourceId
20+
attributes:
21+
label: Web2Json sourceId
22+
placeholder: "Ignite"
23+
validations:
24+
required: true
25+
- type: input
26+
id: providerAddress
27+
attributes:
28+
label: Identity address of provider
29+
validations:
30+
required: true

0 commit comments

Comments
 (0)