diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6e1ceea..4a0ef59 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,6 +24,7 @@ - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update +- [ ] Maintenance task (non-breaking & no new features) ## Checklist: diff --git a/formidable/config.imba b/formidable/config.imba index b6691c4..821edcc 100644 --- a/formidable/config.imba +++ b/formidable/config.imba @@ -1,5 +1,3 @@ -import { env } from '@formidablejs/framework' - export default { # -------------------------------------------------------------------------- # Default Log Channel diff --git a/formidable/config.ts b/formidable/config.ts index e1ca276..3c0b729 100644 --- a/formidable/config.ts +++ b/formidable/config.ts @@ -1,5 +1,3 @@ -import { env } from '@formidablejs/framework' - export default { /* |--------------------------------------------------------------------------