{% extends "base.html" %} {% block title %}Create Proposal - Governance Dashboard{% endblock %} {% block content %}
{% include "governance/_header.html" %} {% include "governance/_tabs.html" %}
About Creating Proposals

Creating a proposal is an important step in our community governance process. Well-crafted proposals clearly state the problem, solution, and implementation details. The community will review and vote on your proposal, so be thorough and thoughtful in your submission.

New Proposal
Please provide a title (5-100 characters).
Make it descriptive and specific
Please provide a detailed description (at least 50 characters).
Explain the purpose, benefits, and implementation details
Please select a valid start date.
When should voting begin?
End date must be after start date.
When should voting end?
Cancel
Proposal Guidelines
  • Be specific: Clearly state what you're proposing and why.
  • Provide context: Explain the current situation and why change is needed.
  • Consider implementation: Outline how your proposal could be implemented.
  • Address concerns: Anticipate potential objections and address them.
  • Be respectful: Focus on ideas, not individuals or groups.
{% block scripts %} {% endblock %} {% endblock %}