Skip to content

Commit

Permalink
feat: update modules and add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
mcortes19 committed Feb 6, 2025
1 parent 127a582 commit db7e14b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit db7e14b

Please sign in to comment.