Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Governance proposal template #1050

Merged
merged 4 commits into from
Dec 3, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: Pull Request
about: Create a PR.

---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a PR! ✰
v Before smashing the submit button please review the checkboxes.
Expand Down
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST/governance-proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Governance Proposal
about: Share and receive feedback on a governance proposal!
Title: "Proposal: "
labels: governance
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for creating a Governance Proposal PR! ✰
v Before smashing the submit button please review the checkboxes.
v If a checkbox is n/a - please still include it but + a little note why
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Description

<!-- Include the short (~200 word) description of the governance proposal being considered.-->

______

For contributor use:

- [ ] Included all files in folder in `docs/governance/proposals/` using {year-month-proposal name}
- Proposal written in markdown titled `README.md`
- On-chain proposal draft titled `proposal.json`
- [ ] Used the [governance proposal template](https://github.com/cosmos/gaia/blob/main/docs/governance/proposals/proposal-template.md) and [on-chain proposal template](https://github.com/cosmos/gaia/blob/main/docs/governance/proposals/proposal-template.json).

______

For admin use:

- [ ] Added appropriate labels to PR (ex. `WIP`, `R4R`, `docs`, etc)
- [ ] Reviewers assigned
- [ ] Squashed all commits, uses message "Merge pull request #XYZ: [title]" ([coding standards](https://github.com/tendermint/coding/blob/main/README.md#merging-a-pr))
10 changes: 10 additions & 0 deletions docs/governance/proposals/proposal-template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"title": "",
"description": "",
"deposit": [
{
"denom": "uatom",
"amount": ""
}
]
}
42 changes: 42 additions & 0 deletions docs/governance/proposals/proposal-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# [Proposal][Draft] Proposal Title

## Changelog

- {date}: {changelog}

## Authors and Credit

{Name}: {link e.g., github, discord, twitter}

## Status

{DRAFT | PROPOSED}

> Use DRAFT if the Governance Proposal is in a draft stage or PROPOSED if it's in review. You can read more about governance proposal stages here: https://hub.cosmos.network/main/governance/best_practices.html

## Proposal

> A short (~200 word) description of the governance proposal being considered.

## Context

> A complete, yet brief account of the current sitation the proposal aims to address. It should clear explain the motivation, goals, and expected outcomes of the proposal as well as how the proposal addresses the situation better than other options.

## Governance Votes

The following items summarize the voting options and what it means for this proposal.

- **YES**: You approve the {type} proposal to...{one sentence summary}.
- **NO**: You disapprove of the proposal in its current form. The NO vote can be a request for improvements or adjustments, please indicated them in the relevant topic in the [Cosmos forum](https://forum.cosmos.network/). You agree that this proposal's motivation is valuable and that the team should create a follow-up proposal once the amendments are included.
- **NO (VETO)**: You veto the entire motivation for the proposal, are strongly opposed to its implementation, and will exit the network if passed. You are signalling the proposers should not create a follow-up proposal.
- **ABSTAIN**: You are impartial to the outcome of the proposal.

> State what voting for each option means in terms of this proposal. You can read more about voting options at: https://hub.cosmos.network/main/governance/overview.html#what-do-the-voting-options-mean

## Conclusion



## References

- {reference link}