Skip to content

Commit

Permalink
chore: update issue and pr templates, add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz committed Sep 24, 2021
1 parent fd3bac2 commit b6f1ee7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ v Please also ensure that this is not a duplicate issue :)

<!-- What commands in order should someone run to reproduce your problem? -->

## Bullet Points
## Tasks

- [ ]
-

## References

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Are there any disadvantages of including this feature? -->

<!-- Detailed description of requirements of implementation -->

## Bullet Points
## Tasks

- [ ]
-

## References

Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ are the most critical to review.

closes: #XXXX

## Bullet Points
## Tasks

- [ ]

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![codecov](https://codecov.io/gh/tendermint/budget/branch/master/graph/badge.svg)](https://codecov.io/gh/tendermint/budget?branch=master)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/tendermint/budget)](https://pkg.go.dev/github.com/tendermint/budget)

# Budget Module

A budget module is a Cosmos SDK module that implements budget functionality. It is an independent module from other SDK modules and core functionality is to enable anyone to create a budget plan through governance param change proposal. Once it is agreed within the community, voted, and passed, it uses the budget source address to distribute amount of coins by the rate defined in the plan to the collection address. Collecting all budgets and distribution take place every epoch blocks that can be modified by a governance proposal.
Expand Down

0 comments on commit b6f1ee7

Please sign in to comment.