mirror of
https://github.com/ohm-engineering/obsidian-csharp-interactive.git
synced 2026-07-22 07:24:31 +00:00
603 B
603 B
Contributing
Thanks for contributing to C# Snippet Runner.
Development setup
- Install Node.js
- Install dependencies:
npm install
- Start dev build/watch:
npm run dev
Code quality checks
Before submitting a change, run:
npm run lintnpm run build
Testing
Test your changes before submitting a pull request. Make sure to use the version of Obsidian specified in the manifest.json for compatibility.
Pull request guidelines
- Keep changes focused and minimal.
- Follow existing code style and patterns.
- Include a description of what changed and why.