Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update-issue-request-form #156

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions .github/ISSUE_TEMPLATE/review-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,23 @@ body:
id: contract
attributes:
label: Contract Source Code
description: Please link to the verified contract deployment on etherscan. If not yet deployed, please link to the contract source on GitHub.
placeholder: https://etherscan.io/address/0xBA12222222228d8Ba445958a75a0704d566BF2C8#code
description: Please link to the verified contract deployment on the block explorer. If not yet deployed, please link to the contract source on GitHub.
placeholder: https://etherscan.io/address/0x1a8f81c256aee9c640e14bb0453ce247ea0dfe6f#code
validations:
required: true
- type: input
id: contract
attributes:
label: Asset Contract Source Code
description: Please link to the verified contract deployment of the underlying asset this rate provider corresponds to on the block explorer.
placeholder: https://etherscan.io/address/0xae78736cd615f374d3085123a210448e74fc6393#code
validations:
required: false
- type: textarea
id: more-links
attributes:
label: Additional Links
description: If this contract has multiple instances or is deployed to multiple networks, please provide the remaining links here.
description: If this contract has multiple instances or is deployed to multiple networks, please provide the remaining links for both the contract and the corresponding assets here.
placeholder: https://etherscan.io/address/0xBA12222222228d8Ba445958a75a0704d566BF2C8#code
validations:
required: false
Expand Down Expand Up @@ -73,3 +81,11 @@ body:
required: true
- label: If upgradeable, the contract's administrator is not an EOA.
required: true
- type: textarea
id: comments
attributes:
label: Additional Comments & Clarifications
description: If the submitted contract(s) or their dependencies require additional comments or clarifications, please provide them here.
placeholder: This contract currently appears to be upgradeable by an EOA, but will be transferred to a 3/5 safe before pool deployment.
validations:
required: false
Loading