Skip to content

Commit b5cf515

Browse files
authored
Discussion template for minimum deposit proposals (#1371)
1 parent 56743df commit b5cf515

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: "[Minimum Deposit for SuperToken] "
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
**Check the [Minimum Deposit Guidelines](https://github.com/superfluid-finance/protocol-monorepo/wiki/Governance-Process:-Minimum-Deposit-Policy)!**
7+
- type: input
8+
id: token
9+
attributes:
10+
label: Console link to the SuperToken
11+
description: "(example link: https://console.superfluid.finance/optimism-mainnet/supertokens/0x4ac8bD1bDaE47beeF2D1c6Aa62229509b962Aa0d)"
12+
validations:
13+
required: true
14+
15+
- type: input
16+
id: amount
17+
attributes:
18+
label: Proposed minimium deposit amount
19+
description: "(example amount: 0.03)"
20+
validations:
21+
required: true
22+
23+
- type: textarea
24+
attributes:
25+
label: Comments
26+
description: Optional additional comments / context / explanations / clarifications
27+
validations:
28+
required: false

0 commit comments

Comments
 (0)