Thank you for your interest in contributing to DiskLens! We welcome your help in making this the best cross-platform disk space analyzer.
By participating in this project, you agree to abide by our Code of Conduct (be respectful, collaborative, and constructive).
- Fork the Repository: Create a personal fork on GitHub.
- Clone Locally: Clone your fork to your computer.
- Install Dependencies: Run
npm install --legacy-peer-deps. - Create a Feature Branch: Use
git checkout -b feature/your-feature-name. - Run in Dev Mode: Execute
npm run electron:devto code and test live.
- Follow the existing formatting.
- Ensure all TypeScript builds pass (
npm run build). - Keep your commit messages clear and atomic.
- Open a Pull Request targeting the
developbranch.