Skip to content
elsehow edited this page Aug 30, 2022 · 10 revisions

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?

I want to report a bug in the UI

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. (:

I want to suggest a new feature

Open an issue and tag the issue "feature suggestion." Feature suggestions will be triaged through our design and roadmapping process.

I want to translate DAO DAO to a new language

Head over to packages/i18n and follow the instructions in that README to contribute a translation.

I want to add a new Action to DAO DAO's UI.

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.

I want to work on a UI component

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.

I want to add support for a new voting module

Coming soon...

I want to add support for a new proposal module.

Coming soon...

I want to understand how the UI works! How do the pieces all fit together?

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.