mirror of
https://github.com/savar-g/taskline.git
synced 2026-07-22 08:33:55 +00:00
550 B
550 B
Contributing
Bug reports and focused pull requests are welcome.
Develop Locally
- Fork and clone the repository.
- Install dependencies with
npm ci. - Run
npm test. - Run
npm run build. - Copy
main.js,manifest.json, andstyles.cssinto<vault>/.obsidian/plugins/vault-tasks/to test in Obsidian.
Keep task parsing and write logic in pure modules where possible. Add a regression test for every behavior change. Do not include real vault content, personal paths, credentials, or generated data.json settings in commits.