From 72ce7c8e9181e79f7477e69657799f1be5a6ba84 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 31 Mar 2024 15:52:54 -0500 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 9cb30e4ba..c44bde2a7 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -17,12 +17,12 @@ Please delete options that are not relevant. Attach images and describe testing done to validate functionality. -* Clients tested: +Clients tested: # Checklist: - [ ] I have performed a self-review of my code. Ensuring variables, functions and methods are named in a human-readable way, comments are added only where naming of variables, functions and methods can't give enough context. - [ ] I have tested my changes - [ ] I have made corresponding changes to the documentation -- [ ] I own the changes of my code take responsibilities for the potential issues that occur +- [ ] I own the changes of my code and take responsibility for the potential issues that occur