mirror of
https://github.com/gapmiss/inline-callouts.git
synced 2026-07-22 05:45:12 +00:00
451 B
451 B
Contributing
Thanks for your interest in contributing!
Bug reports
Open an issue with steps to reproduce and expected vs actual behavior.
Pull requests
- Fork the repository
- Create a feature branch
- Make your changes
- Run
npm run buildandnpx eslint .to verify - Test in Obsidian
- Submit a PR with a clear description
Development
npm install
npm run dev # Watch mode
npm run build # Production build