diff options
| author | Ryan Vogel <[email protected]> | 2026-02-18 17:20:23 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-18 17:20:23 -0500 |
| commit | 639d1dd8fea6d77c648df4eabf8ea9d6973c27bb (patch) | |
| tree | 5d68718cf3b2f9d51f0bcfa58905cb5cdd2a5d5d /.github/pull_request_template.md | |
| parent | 7033b4d0a856982a326d48dd8d86f717e28ed379 (diff) | |
| download | opencode-639d1dd8fea6d77c648df4eabf8ea9d6973c27bb.tar.gz opencode-639d1dd8fea6d77c648df4eabf8ea9d6973c27bb.zip | |
chore: add compliance checks for issues and PRs with recheck on edit (#14170)
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8cf030ece..48842ad78 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,29 @@ +### Issue for this PR + +Closes # + +### Type of change + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor / code improvement +- [ ] Documentation + ### What does this PR do? -Please provide a description of the issue (if there is one), the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR. +Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR. **If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!** ### How did you verify your code works? + +### Screenshots / recordings + +_If this is a UI change, please include a screenshot or recording._ + +### Checklist + +- [ ] I have tested my changes locally +- [ ] I have not included unrelated changes in this PR + +_If you do not follow this template your PR will be automatically rejected._
\ No newline at end of file |
