chore: add CONTRIBUTING.md and fix monorepo paths in generate-api.js#558
Merged
Conversation
CONTRIBUTING.md follows the convention used by Vega-Lite, Svelte, and shadcn/ui — single root file with a section on adding a new mark absorbing what was previously a separate NEW_MARK_CHECKLIST.md. scripts/generate-api.js had stale src/lib/... paths from before the monorepo refactor (3a1d520); updated to packages/svelteplot/src/... so pnpm docs:api:marks (referenced from CONTRIBUTING.md) works again. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for svelteplot ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gka
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
CONTRIBUTING.mdat the repo root following the convention used by Vega-Lite, Svelte, and shadcn/ui — single root file covering project layout, adding a new mark, adding a new transform, and per-PR expectations.Also fixes
scripts/generate-api.js, which had stalesrc/lib/...paths from before the monorepo refactor (#551).pnpm docs:api:marks(referenced fromCONTRIBUTING.md) won't work without this fix.Both pieces were originally bundled with #552 but they're project-wide tooling, not part of the hexbin feature, so splitting them out so they can land independently.
🤖 Generated with Claude Code