diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..7d1d58e1 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ + + + + +Fixes #0000 + + + +### Tasks + +* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-workbench/blob/develop/CONTRIBUTING.rst) +* [ ] PR is descriptively titled and links the original issue above. +* [ ] Tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR + Run [tests](https://github.com/nexB/scancode-workbench?tab=readme-ov-file#testing) locally to check for errors. +* [ ] Commits are in uniquely-named feature branch and has no merge conflicts +* [ ] Looked for possible updates in documentation and added updates if applicable +* [ ] Updated CHANGELOG.rst + + + \ No newline at end of file