diff options
| author | Luke Parker <[email protected]> | 2026-01-09 10:11:59 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-08 18:11:59 -0600 |
| commit | eb5c113cff63f2f2cad0174db6b05408caf115da (patch) | |
| tree | 12d98e0815a6374097e2aa8b1beb27309ff1bec1 /.github/pull_request_template.md | |
| parent | bd9c13bb27e6a375f0232ed383213bc86c77387d (diff) | |
| download | opencode-eb5c113cff63f2f2cad0174db6b05408caf115da.tar.gz opencode-eb5c113cff63f2f2cad0174db6b05408caf115da.zip | |
ignore: add PR template (#7391)
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..b4369fa1a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +### What does this PR do? + +### How did you verify your code works? |
