Skip to content

Commit

Permalink
Attempt to keep issue template config file formatting (#1865)
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson authored Aug 28, 2024
1 parent ce89945 commit 1bb750a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/.config.yml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bb750a

Please sign in to comment.