We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53e54d5 + 6f70d7e commit 898ecddCopy full SHA for 898ecdd
.github/ISSUE_TEMPLATE/url_request.yml
.github/ISSUE_TEMPLATE/web2json_api_key_request.yml
@@ -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
21
+ label: Web2Json sourceId
22
+ placeholder: "Ignite"
23
24
25
26
+ id: providerAddress
27
28
+ label: Identity address of provider
29
30
0 commit comments