-
Notifications
You must be signed in to change notification settings - Fork 22
Home
So, you want to contribute to the DAO DAO frontend? Great - we're happy to have you!
What kind of contribution are you interested in making?
Open an issue and tag the issue "bug." Feel free to reach out to us on Discord as well---people who find bugs get a special role. (:
Open an issue and tag the issue "feature suggestion." Feature suggestions will be triaged through our design and roadmapping process.
Head over to packages/i18n and follow the instructions in that README to contribute a translation.
DAO DAO proposals can have Actions, code that can be run "as the DAO" after a proposal passes (e.g., spending money or running a smart contract). Adding an Action to the UI allows DAO members to configure Actions' code and parameters using a the GUI.
Learn how to add an Action to DAO DAO's UI.
We use Storybook to build stateless components in isolation. Head over to packages/ui and follow the instructions in that README to run Storybook.
Hints for getting started: Explore the components we already have. Copy a story from packages/story
. Modify an existing component to suit your needs.
Does your component display user-uploaded images? Learn how we get image accent colors in the UI.
Coming soon...
Coming soon...
Fantastic! Read more about the frontend's architecture.
Got an idea on how to improve our architecture or operations? Tag a core member on Discord. We love making things better.