Thank you for considering a contribution to OSIPY Dashboard.
- Report reproducible frontend bugs.
- Suggest dashboard workflows for OSIPY users.
- Improve documentation, copy, and accessibility.
- Add tests or validation for user-facing behavior.
- Review design, architecture, and handover documentation.
- Discuss substantial changes with maintainers before implementation.
- Create a branch from
main. - Make a small, reviewable change.
- Add or update tests and documentation when behavior changes.
- Run the relevant checks locally.
- Open a pull request using the PR template.
bun install
bun run check
bun run lint
bun run build- The purpose of the change is clear.
- Tests or validation steps are included when relevant.
- Documentation is updated when behavior changes.
- New dependencies are justified.
- Known limitations and follow-up work are described.