Skip to content
Merged
Changes from all 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
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ If you are contributing from this repo prefix the branch name with your Github u

Pull request titles must be:

- Adhering to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) spec
- Short and descriptive summary
- Should be capitalized and written in imperative present tense
- Written in imperative present tense
- Not end with a period

For example:

> Add Edit on Github button to all the pages
> feat: add lodestar prover for execution api
> refactor(reqresp)!: support byte based handlers

**Pull Request Etiquette**

Expand Down