Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1cb55d4

Browse files
casonDaniel Casonthanethomson
authoredFeb 1, 2023
Rename Tendermint to CometBFT: further actions (#224)
* rename: Tendermint -> CometBFT in README files * rename: Tendermint -> CometBFT in doc.go files * rename: Tendermint -> CometBFT in Go documentation * Removing unused/outdated CHANGELOGs * rename: using CometBFT in issues and PR templates * rename: references to tendermin in libs/events * rename: renaming on text files under rpc/ dir * rename: Tendermint-go -> CometBFT in proto docs * rename: Tendermint -> CometBFT in generated go docs * rename: renaming Tendermint -> CometBFT in scripts * rename: renaming to CometBFT in code comments * rename: general script files on repository root * rename: using CometBFT in github config files * rename: Go docs in .proto files, pb.go regenerated * rename: toml config file generated content * rename: avoiding unnecessary TM entries in comments * rename: renaming in log messages and strings * rename: upgrading instructions renamed, needs review * rename: fixing generated protobuf files * rename: fixing generated protobuf files * rename: fixing broken test, renamed string * Apply suggestions from code review * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Thane Thomson <[email protected]> * Update abci/README.md Co-authored-by: Thane Thomson <[email protected]> * Update proto/README.md Co-authored-by: Thane Thomson <[email protected]> * rename: removing unused files on repo root --------- Co-authored-by: Daniel Cason <cason@gandria> Co-authored-by: Thane Thomson <[email protected]>
1 parent 8c32ad8 commit 1cb55d4

File tree

128 files changed

+301
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+301
-988
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ about: Create a report to help us squash bugs!
88
Please fill in as much of the template below as you can.
99
1010
If you have general questions, please create a new discussion:
11-
https://github.com/tendermint/tendermint/discussions
11+
https://github.com/cometbft/cometbft/discussions
1212
1313
Be ready for followup questions, and please respond in a timely manner. We might
14-
ask you to provide additional logs and data (tendermint & app).
14+
ask you to provide additional logs and data (CometBFT & App).
1515
1616
-->
1717

18-
**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source):
18+
**CometBFT version** (use `cometbft version` or `git rev-parse --verify HEAD` if installed from source):
1919

2020

2121
**ABCI app** (name for built-in, URL for self-written if it's publicly available):

‎.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/tendermint/tendermint/discussions
4+
url: https://github.com/cometbft/cometbft/discussions
55
about: Please ask and answer questions here

0 commit comments

Comments
 (0)
Please sign in to comment.