-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs: add options for enhance update #13022
base: main
Are you sure you want to change the base?
Conversation
|
preview: https://svelte-dev-git-preview-kit-13022-svelte.vercel.app/ this is an automated message |
I don't know how to get the lint test to pass, or if it's even intended for me, the PR submitter, or the PR reviewer. If I missed some applicable guideline, please do let know. :) |
Thanks for the PR! I'm not sure if we want to maintain two copies of the update option descriptions or if we should just link to https://svelte.dev/docs/kit/@sveltejs-kit#SubmitFunction (which is not very pretty).
You need to run |
fixes #13020 by adding a line describing the enhance
update
options.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.Edits