Thanks for your interest in BuffBrain! We'd love your help making the clipboard manager with a brain even better.
Open an issue with:
- A clear title and description
- Steps to reproduce
- Expected vs actual behavior
- Your macOS version and hardware
Open an issue with the enhancement label. Tell us what you need and why β context helps us design better solutions.
- Fork the repo
- Create a branch:
git checkout -b feat/your-feature - Make your changes
- Run the tests:
cd src-tauri && cargo test - Run the frontend build:
npm run build - Push and open a pull request
git clone https://github.com/eulogik/buffbrain.git
cd buffbrain
npm install
npm run tauri dev- Keep it simple. We'd rather merge a small, clean change than a large, complex one.
- Match the existing code style β Rust convention, Prettier for TypeScript/React.
- No telemetry, no data collection, no external dependencies unless absolutely necessary.
- If you add a dependency, make sure it's open source and well-maintained.
- Write tests for new functionality.
Be kind. We're all here to build something useful.
Made with β€οΈ by Eulogik.