Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.21 KB

File metadata and controls

48 lines (33 loc) · 1.21 KB

🤝 Contributing to Stabilize ORM

Thank you for your interest in making Stabilize ORM even better! Your ideas, code, and feedback help drive this project forward.


🚀 How to Contribute

  1. Fork the Repository:
    Click "Fork" to make your own copy.
  2. Create Your Branch:
    Branch off main for your feature or fix.
  3. Write Code:
    • Use TypeScript.
    • Follow established formatting and naming conventions.
  4. Test Your Changes:
    Ensure your code passes all tests.
  5. Update Documentation:
    If you change APIs, update the docs and README.
  6. Open a Pull Request:
    • Fill out the PR template.
    • Describe your changes clearly.

💡 Code Style

  • Language: TypeScript only
  • Formatting: Use project conventions (Prettier, ESLint, etc.)
  • Naming: Be descriptive and consistent

🐞 Reporting Issues

If in doubt, ask or open a discussion!


🙏 Thank You

Your contributions make Stabilize ORM stable, expressive, and truly open source.
Happy coding!