524 B
524 B
🤝 Contributing Guidelines
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/awesome-feature. - Implement your change locally and run
./fluxer/scripts/run_dev.shto ensure the stack builds. - Run the CI tests:
./fluxer/scripts/ci/workflows/ci.py. - Commit with a clear message:
git commit -m "Add feature: …". - Push and open a pull request.
Adhere to the existing code style. All patches should include relevant tests.