From 6cdb9ea585e2989ee72509575fc0dbeda5b23685 Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Fri, 16 May 2025 12:13:17 -0700 Subject: [PATCH 1/2] Adding PR Template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..8aaa1db --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Description + +*Please provide a detailed description. Be as descriptive as possible - include information about what is being changed, +why it's being changed, and any links to relevant issues. If this is closing an existing issue use one of the [issue linking keywords](https://docs.github.com/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) to link the issue to this PR and have it automatically close when completed.* + +In addition, go through the checklist below and check each item as you validate it is either handled or not applicable to this change. + +# Code Changes + +- [ ] [Unit tests](https://github.com/microsoft/SqlScriptDOM/tree/main/Test) are added, if possible +- [ ] New or updated code follows the guidelines [here](https://github.com/microsoft/SqlScriptDOM/blob/main/CONTRIBUTING.md#helpful-notes-for-sqldom-extensions) + From 95e6abe853692d8b080c7158586906ad47cb0895 Mon Sep 17 00:00:00 2001 From: Leila Lali Date: Fri, 16 May 2025 12:36:54 -0700 Subject: [PATCH 2/2] Adding PR Template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8aaa1db..3137cb9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,5 +8,6 @@ In addition, go through the checklist below and check each item as you validate # Code Changes - [ ] [Unit tests](https://github.com/microsoft/SqlScriptDOM/tree/main/Test) are added, if possible +- [ ] Existing [tests are passing](https://github.com/microsoft/SqlScriptDOM/blob/main/CONTRIBUTING.md#running-the-tests) - [ ] New or updated code follows the guidelines [here](https://github.com/microsoft/SqlScriptDOM/blob/main/CONTRIBUTING.md#helpful-notes-for-sqldom-extensions)