Skip to content

Commit

Permalink
Create deployment template (#357)
Browse files Browse the repository at this point in the history
* Create deployment template

* chore: updates deployment template
  • Loading branch information
doncesarts committed May 5, 2022
1 parent 2271bbe commit 05a5674
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/deployment_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Deployment
about: Description
issue: Issue LINK

---

## About
A clear and concise description including contracts and networks.[...]

## Checklist
The following tasks must be completed previous to the deployment.
- [ ] Development
- [ ] if upgraded, verify no collisions on storage layout
- [ ] Feature branch passed all CI requirements.
- [ ] Unit Tests passed
- [ ] Fork Tests passed, (functional tests, integration tests, deployment tests, upgrade tests)
- [ ] Code Coverage passed at https://coveralls.io/
- [ ] Deployment hardhat tasks created.
- [ ] Double check constructor arguments, initialize functions.
- [ ] MIP Created and approved
- [ ] Deployment
- [ ] Proposed upgrade to smart contract (write down encodeFunctionData)
- [ ] Accept upgrade to smart contract
- [ ] Verify Etherscan
- [ ] Request labels for Etherscan
- [ ] Announce it on Discord


## Artifacts
**Contracts**
- contracts/**

**Unit Tests**
- test/**

**Fork Tests**
- test-fork/**

**Tasks**
- tasks/**

0 comments on commit 05a5674

Please sign in to comment.