forked from Badger-Finance/badger-multisig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from ebtc-protocol/feat/docs-instructions
Feat/docs instructions
- Loading branch information
Showing
5 changed files
with
367 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: eBTC Governance Parameter Change Request | ||
description: Submit a request for parameter changes within the eBTC governance system. | ||
title: "Parameter Change Request: [Parameter Change Selected]" | ||
labels: ["parameter-change", "governance"] | ||
projects: ["ebtc-protocol/1"] # eBTC Multisig Ops Board | ||
assignees: | ||
- sajanrajdev # Multisig lead for triage | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Change Request Details\nFill out the form to submit your parameter change request to the technical execution team." | ||
|
||
- type: dropdown | ||
id: parameter-change | ||
attributes: | ||
label: "Protocol Parameter Change" | ||
description: "Select the parameter change you are requesting." | ||
options: | ||
- "Set Recovery Mode Grace Period Duration" | ||
- "Set All Redemption Fee Parameters" | ||
- "Set Redemption Fee Floor" | ||
- "Set Redemption Fee Minute Decay Factor" | ||
- "Set Redemption Fee Beta" | ||
- "Set Protocol Yield Share %" | ||
- "Set Flash loans Fee" | ||
- "Set Secondary Oracle" | ||
- "Set Primary Oracle" | ||
- "Set Fallback Caller" | ||
- "Set minter/burner" | ||
- "Pause/Unpause Flashloans" | ||
- "Pause/Unpause Redemptions" | ||
- "Other (Please specify in details)" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: parameter-values | ||
attributes: | ||
label: "Parameter Value(s)" | ||
description: "Input the value(s) for the selected parameter change." | ||
placeholder: "e.g., 250 or True/False for toggles" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: justification | ||
attributes: | ||
label: "Justification and Details" | ||
description: "Provide a detailed justification for the parameter change." | ||
placeholder: "Explain why this change is necessary." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-notes | ||
attributes: | ||
label: "Additional Notes" | ||
description: "Include any other relevant information or dependencies." | ||
placeholder: "Any additional context or information." | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: verification | ||
attributes: | ||
label: "Verification" | ||
description: "Confirm your understanding and accuracy of the information provided:" | ||
options: | ||
- label: "I have verified the parameter values and details are correct." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: eBTC Treasury Operations Request | ||
description: Submit a request for treasury operations within the eBTC system. | ||
title: "Treasury Operation Request: [Operation Selected]" | ||
labels: ["treasury-operation", "finance"] | ||
projects: ["ebtc-protocol/1"] # eBTC Multisig Ops Board | ||
assignees: | ||
- sajanrajdev # Multisig lead for triage | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Treasury Operation Request Details\nFill out the form to submit your treasury operation request to the technical execution team." | ||
|
||
- type: dropdown | ||
id: treasury-operation | ||
attributes: | ||
label: "Treasury Operation" | ||
description: "Select the treasury operation you are requesting." | ||
options: | ||
- "UniV3 LP Management" | ||
- "Treasury CDP Adjustment" | ||
- "CDP Creation" | ||
- "Asset Swap" | ||
- "Protocol Fees Management" | ||
- "Partner Incentives Management" | ||
- "Liquidity Incentives" | ||
- "Other (Please specify in details)" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: operation-details | ||
attributes: | ||
label: "Operation Details" | ||
description: "Input the details for the selected treasury operation (e.g., amounts, addresses)." | ||
placeholder: "Detail the operation specifics here" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: justification | ||
attributes: | ||
label: "Justification and Rationale" | ||
description: "Provide a detailed justification for the treasury operation." | ||
placeholder: "Explain why this operation is necessary." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-notes | ||
attributes: | ||
label: "Additional Notes" | ||
description: "Include any other relevant information or dependencies related to this operation." | ||
placeholder: "Any additional context or information." | ||
validations: | ||
required: false | ||
|
||
- type: checkboxes | ||
id: verification | ||
attributes: | ||
label: "Verification" | ||
description: "Confirm your understanding and accuracy of the information provided:" | ||
options: | ||
- label: "I have verified the operation details and justification are correct." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.