Skip to content

Latest commit

Β 

History

History
38 lines (21 loc) Β· 839 Bytes

File metadata and controls

38 lines (21 loc) Β· 839 Bytes

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 πŸ’œ