From fb40fc4fa8f1466d1fe270e1eadc0fed324f754c Mon Sep 17 00:00:00 2001 From: Callin Mullaney <57088-callinmullaney@users.noreply.drupalcode.org> Date: Mon, 10 Jun 2024 08:52:14 -0500 Subject: [PATCH] chore: consistent pr template with emulsify-core --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4c74f47f..fc5ef3d7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,14 @@ -**What:** +**This PR does the following:** +- Adds functionality bullet item +- Fixes this or that bullet item + +### Related Issue(s) +- [Title of the issue](https://github.com/emulsify-ds/emulsify-drupal/issues/1) (if applicable) -_brief description of change_ +### Notes: +- (optional) Document any intentionally unfinished parts or known issues within this PR -**Why:** +### Functional Testing: +- [ ] Document steps that allow someone to fully test your code changes. Include screenshot and links when appropriate. -_why this change improves emulsify_ -**How:** - -_more details of changes made_ - -**To Test:** - -- [ ] Step 1 -- [ ] Step 2