Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 451 Bytes

File metadata and controls

18 lines (13 loc) · 451 Bytes

Contributing to CurrentDao Backend

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repo
  2. Create a feature branch (git checkout -b feature/xyz)
  3. Make changes
  4. Commit changes (git commit -m "feat: add xyz")
  5. Push branch (git push origin feature/xyz)
  6. Open a Pull Request

Code Guidelines

  • Use TypeScript
  • Follow NestJS conventions
  • Run npm run lint before committing