mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
39 lines
709 B
Markdown
39 lines
709 B
Markdown
## Status
|
|
**READY/IN DEVELOPMENT/HOLD**
|
|
|
|
## Description
|
|
A few sentences describing the overall goals of the pull request's commits.
|
|
|
|
## Related PRs
|
|
List related PRs against other branches:
|
|
|
|
branch | PR
|
|
------ | ------
|
|
other_pr_production | [link]()
|
|
other_pr_master | [link]()
|
|
|
|
|
|
## Todos
|
|
- [ ] Tests
|
|
- [ ] Documentation
|
|
|
|
|
|
## Deploy Notes
|
|
Notes regarding deployment the contained body of work. These should note any
|
|
db migrations, etc.
|
|
|
|
## Steps to Test or Reproduce
|
|
Outline the steps to test or reproduce the PR here.
|
|
|
|
```sh
|
|
git pull --prune
|
|
git checkout <feature_branch>
|
|
bundle; script/server
|
|
```
|
|
|
|
1.
|
|
|
|
## Impacted Areas in Application
|
|
List general components of the application that this PR will affect:
|
|
|
|
* |