Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔄 synced file(s) with storyblok/storyblok-js #927

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0 +0,0 @@
blank_issues_enabled: false
Expand Up @@ -2,0 +1 @@
blank_issues_enabled: false

Check failure on line 1 in .github/ISSUE_TEMPLATE/config.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Newline required at end of file but not found
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/issue.bug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🐞 SDK Bug Report
name: "\U0001F41E SDK Bug Report"

Check failure on line 1 in .github/ISSUE_TEMPLATE/issue.bug.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Must use plain style scalar
description: Report an issue using Nuxt 3 Storyblok SDK
labels: [pending-triage, pending-author]
body:
Expand All @@ -11,7 +11,7 @@
attributes:
label: Describe the issue you're facing
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description so we can review it. Thanks in advance!
placeholder: My Nuxt 3 Storyblok SDK configuration is ... # # Expected behavior ... ## Current Behavior ...
placeholder: My Nuxt 3 Storyblok SDK configuration is ... ## Expected behavior ... ## Current Behavior ...

Check failure on line 14 in .github/ISSUE_TEMPLATE/issue.bug.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Expected space after '#' in comment
validations:
required: true
- type: input
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/issue.fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 🖌 SDK Feature Request
name: "\U0001F58C SDK Feature Request"

Check failure on line 1 in .github/ISSUE_TEMPLATE/issue.fr.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Must use plain style scalar
description: Propose a feature or improvement that the Storyblok SDK should have
labels: [enhancement, pending-triage, pending-author]
body:
Expand All @@ -10,15 +10,15 @@
id: feature-description
attributes:
label: Description
description: 'Clear and concise description of what you want to include or enhance from the SDK. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this feature request, tell us in the description so we can review and be aware of it. Thanks in advance!'
description: "Clear and concise description of what you want to include or enhance from the SDK. Please make the reason and usecases as detailed as possible. If you intend to submit a PR for this feature request, tell us in the description so we can review and be aware of it. Thanks in advance!"

Check failure on line 13 in .github/ISSUE_TEMPLATE/issue.fr.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Strings must use singlequote
placeholder: As a developer using Storyblok SDK I want [wish] so that [benefit].
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Suggested solution or improvement
description: Link to the PR or what implementation you will expect from us (links to external examples if needed).
description: "Link to the PR or what implementation you will expect from us (links to external examples if needed)."

Check failure on line 21 in .github/ISSUE_TEMPLATE/issue.fr.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Must use plain style scalar

Check failure on line 21 in .github/ISSUE_TEMPLATE/issue.fr.yml

View workflow job for this annotation

GitHub Actions / Lint (20)

Strings must use singlequote
validations:
required: true
- type: textarea
Expand Down
Loading