Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Developer

### Secrets

- [ ] All new secrets have been added to Pantheon tiers
- [ ] Relevant secrets have been updated in Github Actions
- [ ] All new secrets documented in README

### Documentation

- [ ] Project documentation has been updated
- [ ] No documentation changes are needed

### Accessibility

- [ ] ANDI or Wave has been run in accordance to
[our guide](https://mitlibraries.github.io/guides/basics/a11y.html) and
all issues introduced by these changes have been resolved or opened as new
issues (link to those issues in the Pull Request details above)

### Stakeholder approval

- [ ] Stakeholder approval has been confirmed
- [ ] Stakeholder approval is not needed

### Dependencies

YES | NO dependencies are updated


## Code Reviewer

- [ ] The commit message is clear and follows our guidelines
(not just this pull request message)
- [ ] The changes have been verified
- [ ] The documentation has been updated or is unnecessary
- [ ] New dependencies are appropriate or there were no changes
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ web/app/mu-plugins/*/
# !web/app/plugins/my-plugin
web/app/plugins/*
!web/app/plugins/.gitkeep
!web/app/plugins/mitlib-plugin-canary

# Themes
# We don't ignore all themes by default as these are most commonly where a
Expand Down
13 changes: 13 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: mitlib-wp-network
recipe: pantheon
config:
framework: wordpress_network
site: mitlib-wp-network
id: a43fbf9e-5069-4993-8c78-3561fb284d97
tooling:
push: disabled
pull:
description: Pull should not ask about code
options:
code:
default: none
203 changes: 115 additions & 88 deletions README.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"pantheon-upstreams/upstream-configuration": "dev-main",
"wpackagist-plugin/lh-hsts": "^1.25",
"wpackagist-plugin/pantheon-advanced-page-cache": "^1.0",
"wpackagist-plugin/wp-native-php-sessions": "^1.2"
"wpackagist-plugin/wp-native-php-sessions": "^1.2",
"wpackagist-plugin/classic-editor": "^1.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6.2",
Expand Down
Loading