https://github.com/docknetwork/voting
Dock governance proposals and smart contract
https://github.com/docknetwork/voting
smart-contracts solidity
Last synced: 9 months ago
JSON representation
Dock governance proposals and smart contract
- Host: GitHub
- URL: https://github.com/docknetwork/voting
- Owner: docknetwork
- License: mit
- Created: 2018-03-15T16:09:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T21:46:15.000Z (over 2 years ago)
- Last Synced: 2025-04-22T12:11:29.576Z (about 1 year ago)
- Topics: smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 16.6 KB
- Stars: 174
- Watchers: 140
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# DGPs
Dock Governance Proposals outline detailed proposals meant for review by the Dock community and core dev team about any changes to the Dock network maintenance and development.
# Contributing
1. Review [DGP-1](DGPs/DGP-1.md)
2. Fork the repository by clicking "Fork" in the top right.
3. Add your DGP to your fork of the repository. There is a [template DGP here](templates/template.md).
4. Submit a Pull Request to Dock's [voting repository](https://github.com/getdock/voting/DGPs).
If your DGP requires images, the image files should be included in a subdirectory of the `assets` folder for that DGP.
# DGP Status Terms
* **Active** - Some informational or process DGPs and all newly approved DGPs awaiting network vote.
* **Rejected** - A DGP that has been rejected by the Dock Core Developers.
* **Passed** - A DGP that has passed a vote by Dock Network Voters.
* **Failed** - A DGP that has failed to pass a vote by Dock Network Voters.
# DGP History
| DGP # | Title | Author | Created | Result |
| ----- | ------------------------------------ |---------------------------- | ---------- | ------ |
| DGP-1 | The Dock Governance Proposal Process | Nick Macario (@nickmacario) | 2019-06-24 | Passed |
| DGP-2 | Move Dock from Ethereum to Polkadot | Nick Macario (@nickmacario) | 2019-06-24 | Passed |
### Outstanding items:
- [x] Replace WIP link with proposal 1 link in readme contribution steps
- [ ] Add video walkthrough of process for non-technical community contributors
- [x] Create and format proposal history in readme after 2 or more proposals created