diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3556304ed..392b12cef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,26 @@ - +#### Developer -## Description - +- [ ] All new ENV is documented in README +- [ ] All new ENV has been added to Heroku Pipeline, Staging and Prod +- [ ] 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 has been confirmed (or is not needed) -## Motivation and Context - - +#### Code Reviewer -## How Has This Been Tested? - - - +- [ ] The commit message is clear and follows our guidelines + (not just this pull request message) +- [ ] There are appropriate tests covering any new functionality +- [ ] The documentation has been updated or is unnecessary +- [ ] The changes have been verified +- [ ] New dependencies are appropriate or there were no changes -## Screenshots or GIFs (if appropriate): +#### Requires database migrations? -## Types of changes - -- [] Bug fix (non-breaking change which fixes an issue) -- [] Improvement (non-breaking change which improves existing functionality) -- [] New feature (non-breaking change which adds new functionality) -- [] Breaking change (fix or feature that would cause existing functionality to change) +YES | NO -## Checklist: - - -- [] My code follows the code style of this project. -- [] My change requires a change to the documentation. -- [] I have updated the documentation accordingly. -- [] I have read the **CONTRIBUTING** document. -- [] I have added tests to cover my changes. -- [] All new and existing tests passed. +#### Includes new or updated dependencies? + +YES | NO diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 000000000..d78d39bcf --- /dev/null +++ b/.github/README.md @@ -0,0 +1,8 @@ +# Quepid for the MIT Libraries + +This repository allows the MIT Libraries to run an instance of Quepid in order to guide our development of platforms +like Unified Search and TIMDEX. + +## See also + +The [project readme](../README.md) has a lot of useful information. \ No newline at end of file diff --git a/app.json b/app.json index 239475473..d1a21ea5b 100644 --- a/app.json +++ b/app.json @@ -72,12 +72,10 @@ }, "formation": { "web": { - "quantity": 1, - "size": "standard-2x" + "quantity": 1 }, "worker": { - "quantity": 1, - "size": "standard-2x" + "quantity": 1 } }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 814350125..36a9e9657 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,9 +447,9 @@ base64id@2.0.0, base64id@~2.0.0: integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog== basic-ftp@^5.0.2: - version "5.0.5" - resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.0.5.tgz#14a474f5fffecca1f4f406f1c26b18f800225ac0" - integrity sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg== + version "5.2.0" + resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a" + integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw== binary-extensions@^2.0.0: version "2.3.0"