Skip to content

Commit

Permalink
chore: add pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanycw committed Jun 29, 2023
1 parent feadd86 commit cb645de
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# How to submit a pull request

This document was modified from [grappafinance/cross-margin-engine](https://github.com/grappafinance/cross-margin-engine).

## Summary

Describe the changes made in your pull request here.

## Details

Any implementation detail worth pointing out, if any.

## Todo

Breakdown the progress of the PR for everyone to see what else you intend to include in this PR.

- [ ] Draft implementation for `function`
- [ ] Unit tests for `function`

## Checklist

Ensure you completed **all of the steps** below before submitting your pull request:

- [ ] Add [natspec](https://docs.soliditylang.org/en/latest/natspec-format.html) for all functions / parameters
- [ ] Ran `forge snapshot`
- [ ] Ran `forge fmt`
- [ ] Ran `forge test`
- [ ] [Triage Slither issues](../README.md#triage-issues), and post uncertain ones in the PR

0 comments on commit cb645de

Please sign in to comment.