Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.04 KB

File metadata and controls

35 lines (24 loc) · 1.04 KB

Contributing to PHP-to-UML

First off, thank you for considering contributing to PHP-to-UML! It's people like you who make it a great tool for everyone.

Code of Conduct

Help us keep the community open and inclusive. Be respectful to others.

How Can I Contribute?

Reporting Bugs

  • Use the GitHub issue tracker.
  • Describe the bug and provide steps to reproduce.
  • Include information about your environment (Next.js version, OS, etc.).

Suggesting Enhancements

  • Open an issue with the tag "enhancement".
  • Explain why the enhancement would be useful.

Pull Requests

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

Technical Details

  • Frontend: Next.js, TypeScript, Tailwind CSS, Shadcn UI.
  • Parser: php-parser library.
  • Diagrams: nomnoml library.

Questions?

Feel free to open an issue for any questions you might have!