Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 2.04 KB

README.md

File metadata and controls

61 lines (51 loc) · 2.04 KB

Discord Twitter


Logo

Boardroom Project Information Repo

This public repo contains voter information which will be served to display on the Boardroom Governance Portal
Browse the Portal »

Landing · Discord · Get In Touch

Table of Contents
  1. Repo Structure
  2. Add New Delegation Pitch
  3. Add Voter Tags

Structure

  1. The voterInfo.json file contains information about voter tags
  2. Delegation Pitches Folder: Contains files with delegation pitches of voters

Add New Delegation Pitch

  1. Add a new file in the folder Delegation Pitches with the format {VoterAddress}.md as the filename.
  2. Add delegation pitch as content to the file.
  3. Raise a PR with the changes.

Add Voter Tags

  1. Edit the file voterinfo.json with the format,
    [VoterAddress]: {
       tags: ['respective tags']
    }
  1. Raise a PR with the changes.

Contact

Please reach out in Discord with any questions!