You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
803 B

11 months ago
  1. ### Pull Request Type
  2. <!-- For change type, change [ ] to [x]. -->
  3. - [ ] ✨ feat
  4. - [ ] 🐛 fix
  5. - [ ] ♻️ refactor
  6. - [ ] 💄 style
  7. - [ ] 🔨 chore
  8. - [ ] 📝 docs
  9. ### Relevant Issues
  10. <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" -->
  11. resolves #xxx
  12. ### What is in this change?
  13. <!-- Describe the changes in this PR that are impactful to the repo. -->
  14. ### Additional Information
  15. <!-- Add any other context about the Pull Request here that was not captured above. -->
  16. ### Developer Validations
  17. <!-- All of the applicable items should be checked. -->
  18. - [ ] I ran `yarn lint` from the root of the repo & committed changes
  19. - [ ] Relevant documentation has been updated
  20. - [ ] I have tested my code functionality
  21. - [ ] Docker build succeeds locally