From 0e2cf3128b77539318c330cbdd66dcc4ed7679f8 Mon Sep 17 00:00:00 2001 From: Pier-Luc Caron St-Pierre Date: Thu, 14 Nov 2024 09:09:45 -0500 Subject: [PATCH] Update pull request template (#193) --- .github/pull_request_template.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 666e68f3..d43dcd6c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,16 +1,24 @@ -### Changes proposed in this PR: +### :hammer_and_wrench: Description -### How I've tested this PR: + + -### How I expect reviewers to test this PR: +### :link: Additional Link + - +### :building_construction: Local Testing -### Checklist: + + +### :+1: Checklist + +- [ ] The PR has a descriptive title. +- [ ] Input validation updated +- [ ] Unit tests updated +- [ ] Documentation updated +- [ ] Major architecture changes have a corresponding RFC - [ ] Tests added if applicable - [ ] CHANGELOG entry added or label 'pr/no-changelog' added to PR > Run `CHANGELOG_PR= make changelog/new-entry` for guidance