👍🎉 First off, thank you for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to Inertia Reactive PMS. Please take a moment to review these guidelines before submitting your contribution.
Before submitting a bug report:
- Ensure the bug hasn't been reported already by checking the issues.
- If you're unable to find an open issue addressing the problem, open a new one.
When creating a bug report, please provide as much detail as possible, including your environment, the steps to reproduce the issue, and any relevant error messages.
If you have ideas for enhancements, please feel free to open an issue to discuss them. We welcome your suggestions!
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure the code style follows the project conventions.
- Write tests to cover your changes.
- Ensure your code passes the existing tests and linting.
- Submit a pull request to the
main
branch.
Follow the existing code style as closely as possible. If you're introducing a new feature, please consider including tests.
Happy coding!