This is an automated email from the ASF dual-hosted git repository.
rstrickland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new d830ef5 Add optional sections for Confirmation Testing and Regression
Testing in PR Template
d830ef5 is described below
commit d830ef57d4bcab7fb9fc372ca99d87c03d84dc9e
Author: Jeremy Yao <[email protected]>
AuthorDate: Thu Nov 20 12:55:18 2025 -0500
Add optional sections for Confirmation Testing and Regression Testing in PR
Template
Closes #1538
---
.github/pull_request_template.md | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 573200f..977ba26 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -6,10 +6,21 @@ Closes #[issue]
## Wiki
-- [ ] I have determined that no documentation updates are needed for these
changes
-- [ ] I have added following documentation for these changes
+- [ ] I have determined that no documentation updates are needed for these
changes
+- [ ] I have added the following documentation for these changes
[List added wiki/docs documentation here for review, if applicable]
## Review Instructions including Screenshots
+
[Add review instructions including screenshots or GIFs to help explain the
change visually.]
+
+### Confirmation Testing
+
+[OPTIONAL: Describe the tests you performed to confirm that the change works
as intended.
+Include steps, commands, test data, or screenshots/GIFs as necessary.]
+
+### Regression Testing
+
+[OPTIONAL: Describe any regression testing performed to ensure existing
functionality was not broken.
+List relevant test suites, manual checks, or validation steps.]