mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 06:53:46 +00:00
chore(github): Add PR template to ask for rationale and version update (#327)
Create pull_request_template.md
This commit is contained in:
parent
29b23f4f5b
commit
e1fb1955a0
1 changed files with 12 additions and 0 deletions
12
.github/pull_request_template.md
vendored
Normal file
12
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
## 1. Purpose or design rationale of this PR
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
|
||||||
|
## 2. Deployment tag versioning
|
||||||
|
|
||||||
|
Has the version in `params/version.go` been updated?
|
||||||
|
|
||||||
|
- [ ] This PR doesn't involve a new deployment, git tag, docker image tag, and it doesn't affect traces
|
||||||
|
- [ ] Yes
|
||||||
|
|
||||||
Loading…
Reference in a new issue