Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Question or Discussion
url: https://github.com/username/repo-name/discussions
about: Ask questions or discuss ideas with the community
- name: Documentation
url: https://docs.yourproject.com
about: Check out our documentation for help and guides
- name: Security Vulnerability
url: https://github.com/username/repo-name/security/advisories/new
about: Report a security vulnerability privately
- name: Contentful Support & Help Center
url: https://support.contentful.com/hc/en-us/
about: Submit a support ticket or browse the help center.
- name: Contentful Developer Portal
url: https://www.contentful.com/developers/
about: Browse the developer portal for documentation, tutorials, and more.
- name: Contentful Community Discord
url: https://www.contentful.com/discord/
about: Get peer support on the Contentful Community Discord.
1 change: 1 addition & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
path: |
dist
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}
fail-on-cache-miss: true

# Prior CI pipeline did not lint or format, skipping for now
# - name: Run linter
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
path: |
dist
key: build-cache-${{ github.run_id }}-${{ github.run_attempt }}
fail-on-cache-miss: true

- name: Run Release
run: |
Expand Down