From db7e14b045edbe9e85813aa1865bd9314e7cc8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20J=2E=20Cort=C3=A9s?= Date: Thu, 6 Feb 2025 16:26:21 -0600 Subject: [PATCH] feat: update modules and add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) 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..70826f9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +**This PR does the following:** +- Adds functionality bullet item +- Fixes this or that bullet item + +### Ticket(s) + +- [Ticket-number: Title](https://app.clickup.com/t/36718269/SOUS-XXXX) + +### Notes: + +- (optional) Document any intentionally unfinished parts or known issues within this PR + +### Functional Testing: + +- [ ] Document steps that allow someone to fully test your code changes. Include screenshot and links when appropriate. + +### Security + +_Security checks that should be reviewed_ + +### Accessibility + +_Should this be checked for this feature?_ + +### Pull Request Deployment: + +- (optional) Document any unique steps required to deploy this PR (if any) +- Example: Once PR is merged and deployed to remote environment go to [page link] and manually sync data from Live25. diff --git a/composer.json b/composer.json index 1e87b5e..12dfb62 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "minimum-stability": "dev", "require": { "dropzone/dropzone": "^5.9", - "drupal/focal_point": "^2.0", + "drupal/focal_point": "^2.1", "drupal/media_library_edit": "^3.0", "drupal/dropzonejs": "^2.5" }