Skip to content
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
113 changes: 113 additions & 0 deletions .github/issue_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
bug:
- 'bug'
- 'error'
- 'issue'
- 'crash'
- 'panic'
- 'fail'
- 'broken'
- 'not work'
- 'doesn\'t work'
- 'exception'

enhancement:
- 'feature'
- 'enhancement'
- 'improve'
- 'add'
- 'support'
- 'request'
- 'proposal'
- 'rfc'

documentation:
- 'docs'
- 'documentation'
- 'readme'
- 'guide'
- 'tutorial'
- 'example'
- 'spec'
- 'specification'

performance:
- 'performance'
- 'slow'
- 'speed'
- 'optimization'
- 'memory'
- 'cpu'
- 'latency'
- 'throughput'

security:
- 'security'
- 'vulnerability'
- 'exploit'
- 'authentication'
- 'authorization'

consensus:
- 'consensus'
- 'validator'
- 'block'
- 'chain'
- 'fork'
- 'sync'
- 'byzantine'

rpc:
- 'rpc'
- 'api'
- 'grpc'
- 'rest'
- 'endpoint'
- 'query'
- 'client'

cli:
- 'cli'
- 'command'
- 'chain-maind'
- 'flag'
- 'argument'
- 'terminal'

cronos:
- 'cronos'

e2ee:
- 'encryption'
- 'e2ee'

upgrade:
- 'upgrade'
- 'migration'
- 'version'
- 'breaking change'
- 'compatibility'

testing:
- 'test'
- 'testing'
- 'unit test'
- 'integration test'
- 'e2e'
- 'coverage'

dependencies:
- 'dependency'
- 'dependencies'
- 'go.mod'
- 'update'
- 'cosmos-sdk'
- 'tendermint'

build:
- 'build'
- 'compile'
- 'makefile'
- 'docker'
- 'ci'
- 'github actions'
- 'workflow'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lint:
golangci-lint run --output.text.path stdout --path-prefix=./

lint-fix:
golangci-lint run --fix --output.text.path stdout --issues-exit-code=0
golangci-lint run --fix --issues-exit-code=0

lint-py:
flake8 --show-source --count --statistics \
Expand Down
Loading