diff --git a/.github/ISSUE_TEMPLATE/.config.yml b/.github/ISSUE_TEMPLATE/.config.yml index 8de5beabf..3a78d4737 100644 --- a/.github/ISSUE_TEMPLATE/.config.yml +++ b/.github/ISSUE_TEMPLATE/.config.yml @@ -1,8 +1,5 @@ blank_issues_enabled: false contact_links: - - name: LaminHub issues - url: https://github.com/laminlabs/laminhub-public - about: If you have issues with LaminHub, please report them here. - - name: Enterprise support - url: https://lamin.ai/contact - about: If you have non-technical inquiries, please contact us directly. + - name: LaminHub issues + url: https://github.com/laminlabs/laminhub-public + about: If you have issues with LaminHub, please report them here. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d7f89888..14a303a32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: prettier exclude: | (?x)( - docs/changelog.md + docs/changelog.md|.github/ISSUE_TEMPLATE/.config.yml ) - repo: https://github.com/kynan/nbstripout rev: 0.6.1