# Decidim::Elections :warning: This module is under development and is not ready to be used in production. The Elections module adds elections to any participatory space. ## Usage Elections will be available as a Component for a Participatory Space. In order to celebrate [End-to-end auditable votings](https://en.wikipedia.org/wiki/End-to-end_auditable_voting_systems) using the Elections module, you will need to connect your Decidim instance with an instance of the [Decidim Bulletin Board application](https://github.com/decidim/decidim-bulletin-board/). To create this connection, please check the [instructions](https://github.com/decidim/decidim/blob/develop/docs/services/elections_bulletin_board.md). ## Installation Add this line to your application's Gemfile: ```ruby gem "decidim-elections" ``` And then execute: ```bash bundle ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).