-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: auto-generate openapi doc for geohub endpoints #4818
base: develop
Are you sure you want to change the base?
Conversation
|
Thank you for submitting a pull request!
Description
closes #4732
To do list
Type of Pull Request
Verify the followings
develop
branchpnpm build
pnpm lint
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
packages
folder that should be noted in one or more packages' changelogs, generate a changeset by runningpnpm 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:
.Refer to CONTRIBUTING.MD for more information.