phpxui
Version:
A package for generating Prisma PHP components with a CLI interface.
26 lines (15 loc) • 962 B
Markdown
# Contributing to PHPXUI
We welcome contributions from the community! Here's how you can contribute:
## Reporting Issues
- Use GitHub Issues to report bugs or suggest features.
- Before submitting an issue, please search existing issues to avoid duplicates.
## Pull Requests
- Fork the repository and create your branch from `master`.
- If you've added code that should be tested, add tests.
- Ensure your code lints and follows the coding conventions used throughout the project.
- Write clear, concise commit messages.
## Code of Conduct
This project and everyone participating in it are governed by the [Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
## Questions or Suggestions
Feel free to contact us via [GitHub Discussions](https://github.com/TheSteelNinjaCode) or our Discord server (link) for questions, discussions, or suggestions.
Thank you for contributing to PHPXUI!