First off, thank you for considering contributing to DeTAILS! We truly appreciate your time and effort. This document outlines our guidelines for reporting issues, proposing enhancements, and submitting pull requests.
Please read and abide by our Code of Conduct. Everyone interacting in this project’s codebases, issue trackers, or social media spaces is expected to follow it.
- Search existing issues to see if your bug has already been reported.
- If not, open a new issue and include:
- A clear, descriptive title (e.g., “🛑 Electron crash when opening Settings”).
- Steps to reproduce (including platform and version info).
- Expected vs. actual behavior.
- Screenshots or logs, if applicable.
- Browse existing feature requests or discussions.
- Open a new “enhancement” issue with:
- A descriptive title (e.g., “✨ Support GPU acceleration in Ollama service”).
- Motivation and use cases.
- High‑level design ideas or links to references.
- Fork the repository and create a feature branch:
git clone https://github.com/DaemonOnCode/DeTAILS.git cd DeTAILS git checkout -b feat/feature