From a5fdb9aa0c27ce716821ccda7855033d2d7e0a3d Mon Sep 17 00:00:00 2001 From: worksofliam Date: Thu, 29 Feb 2024 10:23:00 -0500 Subject: [PATCH] Improved PR template Signed-off-by: worksofliam --- .github/pull_request_template.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2f3177dae..8d2323da2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,11 +3,18 @@ Description of change here. +### How to test this PR + +Examples: + +1. Run the test cases +2. Expand view A and right click on the node +3. Run 'Execute Thing' from the command palette + ### Checklist * [ ] have tested my change +* [ ] have created one or more test cases * [ ] updated relevant documentation * [ ] Remove any/all `console.log`s I added -* [ ] eslint is not complaining -* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/codefori/vscode-ibmi/blob/master/CONTRIBUTING.md) -* [ ] **for feature PRs**: PR only includes one feature enhancement. +* [ ] have added myself to the contributors' list in [CONTRIBUTING.md](https://github.com/codefori/vscode-ibmi/blob/master/CONTRIBUTING.md) \ No newline at end of file