mirror of
https://github.com/tendermint/tendermint.git
synced 2025-12-23 14:25:19 +00:00
readme: add badge for git tests (#4732)
- add github actions badge for tests on master - fix discord badge
This commit is contained in:
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,18 +1,12 @@
|
|||||||
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
|
|
||||||
v ✰ Thanks for creating a 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
|
## Description
|
||||||
|
|
||||||
|
|
||||||
<!-- Add a description of the changes that this PR introduces and the files that
|
<!-- Add a description of the changes that this PR introduces and the files that
|
||||||
are the most critical to review.
|
are the most critical to review.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Closes: #XXX
|
Closes: #XXX
|
||||||
______
|
|
||||||
|
---
|
||||||
|
|
||||||
For contributor use:
|
For contributor use:
|
||||||
|
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -9,13 +9,13 @@ Or [Blockchain](<https://en.wikipedia.org/wiki/Blockchain_(database)>), for shor
|
|||||||
[](https://github.com/tendermint/tendermint/releases/latest)
|
[](https://github.com/tendermint/tendermint/releases/latest)
|
||||||
[](https://godoc.org/github.com/tendermint/tendermint)
|
[](https://godoc.org/github.com/tendermint/tendermint)
|
||||||
[](https://github.com/moovweb/gvm)
|
[](https://github.com/moovweb/gvm)
|
||||||
[](https://discord.gg/AzefAFd)
|
[](https://discord.gg/AzefAFd)
|
||||||
[](https://github.com/tendermint/tendermint/blob/master/LICENSE)
|
[](https://github.com/tendermint/tendermint/blob/master/LICENSE)
|
||||||
[](https://github.com/tendermint/tendermint)
|
[](https://github.com/tendermint/tendermint)
|
||||||
|
|
||||||
| Branch | Tests | Coverage |
|
| Branch | Tests | Coverage |
|
||||||
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
|
| ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
|
||||||
| master | [](https://circleci.com/gh/tendermint/tendermint/tree/master) | [](https://codecov.io/gh/tendermint/tendermint) |
|
| master | [](https://circleci.com/gh/tendermint/tendermint/tree/master) <br />  | [](https://codecov.io/gh/tendermint/tendermint) |
|
||||||
|
|
||||||
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language -
|
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine - written in any programming language -
|
||||||
and securely replicates it on many machines.
|
and securely replicates it on many machines.
|
||||||
@@ -125,9 +125,9 @@ For more information on upgrading, see [UPGRADING.md](./UPGRADING.md).
|
|||||||
|
|
||||||
### Supported Versions
|
### Supported Versions
|
||||||
|
|
||||||
Because we are a small core team, we only ship patch updates, including security updates,
|
Because we are a small core team, we only ship patch updates, including security updates,
|
||||||
to the most recent minor release and the second-most recent minor release. Consequently,
|
to the most recent minor release and the second-most recent minor release. Consequently,
|
||||||
we strongly recommend keeping Tendermint up-to-date. Upgrading instructions can be found
|
we strongly recommend keeping Tendermint up-to-date. Upgrading instructions can be found
|
||||||
in [UPGRADING.md](./UPGRADING.md).
|
in [UPGRADING.md](./UPGRADING.md).
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|||||||
Reference in New Issue
Block a user