From 835ea87168ec862c7af838b7ccffd0a5743300ff Mon Sep 17 00:00:00 2001 From: dotarjun Date: Thu, 28 Dec 2023 19:32:53 +0530 Subject: [PATCH] update PR template Signed-off-by: dotarjun --- PULL_REQUEST_TEMPLATE.md | 43 +++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index b5f48ec8..53cf74b9 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,29 @@ -# Description - -Fixes # (issue) + + + -# Type of change - -[ ] Bug fix (non-breaking change which fixes an issue) -[ ] New feature (non-breaking change which adds functionality) -[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +Fixes #0000 -# Checklist -[ ] My code follows the style guidelines of this project -[ ] I have performed a self-review of my own code -[ ] I have commented my code, particularly in hard-to-understand areas -[ ] I have made corresponding changes to the documentation -[ ] My changes generate no new warnings -[ ] Any dependent changes have been merged and published in downstream modules + -# Screenshots (if appropriate) +### Tasks -# Other information - \ No newline at end of file +* [ ] Reviewed [contribution guidelines](https://github.com/nexB/scancode-toolkit/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