Thank you for considering contributing to LuxShot! We welcome contributions from the community.
- Fork the repository: Click the "Fork" button on the top right of the repository page.
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/LuxShot.git - Open in Xcode: Open
LuxShot.xcodeproj.
- Swift Style: Follow the standard Swift style guide.
- Commit Messages: Write clear, concise commit messages.
- Testing: Manual testing is currently used. Ensure
⌘⇧Ecapture works, and history/OCR results are correct.
Please report bugs using the GitHub Issue Tracker. Include:
- A clear description of the issue.
- Steps to reproduce.
- Your macOS version.
- Create a new branch:
git checkout -b my-new-feature - Commit your changes.
- Push to the branch:
git push origin my-new-feature - Submit a pull request.
Thank you!