Remove ticket number from the title

issue number in PR title is not that useful because reader cannot click it and need to mention the issue in the body for auto close either way.
This commit is contained in:
Jiaying Wang 2022-01-07 19:01:32 -05:00 committed by Jennifer Wang
parent 0b105dad97
commit 1e03fac105

View File

@ -11,7 +11,8 @@
## Checklist
Before you mark the PR ready for review, please make sure that:
- [ ] The PR title is in the form of of `<PR type>: <#issue number> <area>: <change being made>`
- [ ] All commits have a clear commit message.
- [ ] The PR title is in the form of of `<PR type>: <area>: <change being made>`
- example: ` fix: #1234 mempool: Introduce a cache for valid signatures`
- `PR type`: _fix_, _feat_, _BREAKING CHANGE_, _build_, _chore_, _ci_, _docs_, _perf_, _refactor_, _revert_, _style_, _test_
- `area`: _api_, _chain_, _state_, _vm_, _data transfer_, _market_, _mempool_, _message_, _block production_, _multisig_, _networking_, _paychan_, _proving_, _sealing_, _wallet_