├── .github └── ISSUE_TEMPLATE │ └── contributor-issue-template.md ├── README.md └── issue_template.md /.github/ISSUE_TEMPLATE/contributor-issue-template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Contributor Issue Template 3 | about: A template to be used on issues that could be taken on by a community member, 4 | and to provide project leads to contact for progress, questions, and check ins. 5 | title: '' 6 | labels: For Contributors 7 | assignees: knobsdao, krisjpi 8 | 9 | --- 10 | 11 | If you're looking at this issue hoping to contribute to the project, welcome! We'd love to have you contribute, so please let us know if you have any questions. 12 | 13 | Comment on the issue or touch base in our [telegram](https://t.me/joinchat/HGrjjRS2PoowbH1ODuefuA). 14 | 15 | ## 💭 Here's some additional context to this issue: 16 | 17 | 18 | ## 📋 Additional notes here: 19 | 20 | 21 | ## 🎉 Steps to closing this issue: 22 | 23 | - [ ] 24 | - [ ] 25 | - [ ] 26 | 27 | ## 🤓Project Manager - check in with me for questions on this issue! 28 | 29 | 🙋‍♀️🙋‍♂️ @ 30 | 31 | ## 🔗 Working documents and inspirational links go here: 32 | 👉 33 | 👉 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Iteration 0 2 | This is our overview where we organize the Commons Stack Core Team's efforts 3 | 4 | With [Iteration 0](https://medium.com/commonsstack/celebrating-progress-one-year-into-the-commons-stack-journey-871d08e5f3b4) of the Commons Stack, our focus is on staging the cultural, legal and technical initialization tools required to enable the launch of the first Commons using this design pattern (Purpose-driven economies that use an Augmented Bonding Curve that feeds into a Conviction Voting DAO). 5 | 6 | We manage this work in [Zenhub](https://app.zenhub.com/workspaces/commons-stack-workspace-5f1206c0362e7b000fc0161b/board) which we will continue to keep updated. 7 | 8 | **You can support our mission** first and foremost by **[donating](http://commonsstack.org/donate)**. You can also **contribute time** to the Commons Stack mission, find out more about this by [joining our community.](http://commonsstack.org/community) 9 | 10 | Know that with these extra funds you will not only be supporting us as a core team, but a wide network of contributors, and every DAI contributed is spent transparently on the [Giveth DApp](https://beta.giveth.io/campaigns/5d110631994eac53adc8f21e). 11 | 12 | With these funds we will accomplish the following **key goals**: 13 | - Launch our first Commons for the Token Engineering Community 14 | - Finalize the [Commons Simulator](sim.commonsstack.org), a cadCAD-powered game illustrating how the Commons Stack will work 15 | - Create the First DApp that makes it's users a legal member of a Swiss Association - [Membership Dapp](member.commonsstack.org) 16 | - Research and communicate on our initialization tools and planned components 17 | - Continue to grow the Trusted Seed, and be an anchor for the Commons movement 18 | 19 | 20 | If you would like to know more about what we are working toward, you can read more in [this overview](https://medium.com/commonsstack/zen-and-the-art-of-understanding-commons-stack-f5266b300912). 21 | 22 | For more info on the Commons Stack 23 | - Join our [Discord](Discord.link/commonsstack) 24 | - Join our [Telegram](http://t.me/CommonsStack) 25 | - Visit our [website](http://commonsstack.org) 26 | - Follow us on [Twitter](http://twitter.com/commonsstack) 27 | - Read us on [Medium](http://medium.com/commonsstack) 28 | - Follow us on [Youtube](http://youtube.com/commonsstack) 29 | 30 | 31 | -------------------------------------------------------------------------------- /issue_template.md: -------------------------------------------------------------------------------- 1 | ## 📋 Anything to add? 2 | 3 | ## 🎉 Subtasks 4 | 5 | - [ ] 6 | - [ ] 7 | - [ ] 8 | 9 | ## 🤼‍♂️ Reviewer 10 | 11 | @ 12 | 13 | ## 🔗 Work doc - inspirational links 14 | --------------------------------------------------------------------------------