Skip to content

Commit e112e4d

Browse files
ryanioclaude
andcommitted
docs: add a pull request template
This repo had none, so PR bodies arrive with no structure. Uses the same foundry-derived template as seaport and seadrop, with all guidance inside HTML comments so nothing renders except the two headings the author fills in. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent b6aced1 commit e112e4d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Borrowed from foundry.
3+
4+
Thank you for your Pull Request. Please provide a description above and review
5+
the requirements below.
6+
7+
Bug fixes and new features should include tests.
8+
9+
Do not report security vulnerabilities in a public pull request or issue. Use
10+
https://bugcrowd.com/engagements/opensea instead.
11+
-->
12+
13+
## Motivation
14+
15+
<!--
16+
Explain the context and why you're making that change. What is the problem
17+
you're trying to solve? In some cases there is not a problem and this can be
18+
thought of as being the motivation for your change.
19+
20+
If your PR solves a particular issue, tag that issue.
21+
-->
22+
23+
## Solution
24+
25+
<!--
26+
Summarize the solution and provide any necessary context needed to understand
27+
the code change.
28+
-->

0 commit comments

Comments
 (0)