Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 661 Bytes

File metadata and controls

21 lines (14 loc) · 661 Bytes

Contributing to AuthFlow

Thank you for your interest in improving AuthFlow!

Workflow

  1. Fork the repository.
  2. Create a Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Code Style

  • Use TypeScript for all logic.
  • Run npm run lint before committing.
  • Ensure npx prisma generate is run if you modify the schema.

Reporting Issues

Please use the Issue Tracker to report bugs or request features.