Thank you for your interest in contributing to FlexFi! π
We welcome all types of contributions: code, issues, design ideas, feedback, and documentation.
π§ Project setup
Fork the repo
Clone it: git clone https://github.com/your-username/flexfi-back
Install dependencies: npm install
Create a .env file from .env.example
π‘ Guidelines
Work in a new branch: git checkout -b feature/your-feature-name
Follow code style and structure
Add clear commit messages
Open a Pull Request to the dev branch
π¦ Good commit message examples:
feat: add user KYC verification route
fix: correct staking balance bug
refactor: improve logging format in scoreService
β Before submitting a PR:
Need help or have a question? Contact contact@flex-fi.io
Thanks again for helping make FlexFi better π