Dev Protocol Incubator is for OSS projects that are underfunded relative to their usage and mission.
Incubation Committee solicits OSS to be funded by open call, and all committee members vote to decide the staking as a grant. These processes are open to the public transparently through this GitHub Project.
- Fork this
- Copy
project-proposal-template.yml
, paste and rename it under/projects
- Edit contents on the copied template
- Commit it and pull-request to this
- Fork this repository as your GitHub repository
- Open the
/projects
folder on GitHub - Open the "Create new file" link
- Copy the contents of project-proposal-template.yml and paste it into the in-browser editor. And name to the file, like
PROJECT_NAME.yml
(.yml required!) - Edit the copied template
- Add a description as needed, and click "Commit new file"
- Open the "Pull request" link
- Send your pull request
- Fork this repository as your GitHub repository
- Clone your repository to local
- Run
npm i
on your terminal to install dependencies - Copy
project-proposal-template.yml
and paste it under/projects
. And name to the file, likePROJECT_NAME.yml
(.yml required!) - Edit the copied template
- Commit your awesome changes
- Send pull request to dev-protocol/incubation-committee.