-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat: added Clerk releated templates to the store #7839
base: next
Are you sure you want to change the base?
Conversation
Hey there and thank you for opening this pull request! 👋 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Your PR title is: Details: No scope found in pull request title "feat: added Clerk releated templates to the store". Scope must match one of: root, api-service, dashboard, inbound-mail, web, webhook, widget, worker, ws, ee-auth, ee-billing, ee-dal, ee-shared-services, ee-translation, application-generic, automation, dal, design-system, embed, api, notifications, novui, testing, client, framework, headless, js, nest, nextjs, node, notification-center, novu, providers, react, react-native, shared, stateless, nestjs, nextjs. |
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
cc. @twentyone24 regarding the designs for icons :) |
|
||
export const invitationTemplate: WorkflowTemplate = { | ||
id: 'invitation', | ||
name: 'invitation', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try to make all the capitalizations aligned.
name: 'invitation', | |
name: 'Team Invite', |
|
||
export const magicLinkSignInTemplate: WorkflowTemplate = { | ||
id: 'magic-link-sign-in', | ||
name: 'magic-link-sign-in', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name: 'magic-link-sign-in', | |
name: 'Magic link Sign in', |
What changed? Why was the change needed?
https://linear.app/novu/issue/MRK-497/add-templates-to-the-workflow-template-store
Screenshots