<small>Previous articles:

- ➡️ [Section 29. Helpers](/docs/29-utils-helpers)
- ➡️ [Section 30. Demo vs Full Version](/docs/30-comparison)
- ➡️ [Section 31. FAQ](/docs/31-faq)
</small>

# SLOT-H: Contributing

I am open to your participation in the development of the demo version. Contributions can vary: from bug reports to suggestions for improving documentation.

---

## How to Report a Bug

If you find an error in the system, create an Issue on GitHub. In the description, include:

- Steps to reproduce the problem
- Expected behavior
- Actual behavior
- PHP and MySQL versions
- Project configuration (if different from standard)

The more detailed the description, the faster I can reproduce and fix the issue.

---

## How to Suggest an Improvement

If you have an idea on how to improve the system, create an Issue with the `enhancement` label. Describe:

- What you propose to change
- Why this change is important
- How it should work

I will review all suggestions and respond within a few days.

---

## Pull Requests

I accept pull requests with fixes and improvements. Before submitting, make sure:

- The code follows the project's coding style
- You have tested your changes on the demo version
- You have added comments to complex code sections

---

## What I Do Not Accept

I do not accept pull requests that:

- Add functionality not present in the demo version (this belongs to the full version)
- Break backward compatibility
- Lack a description

---

## License Agreement

By submitting a pull request, you agree that your code will be distributed under the same license as the project.

---

## Contacts

For questions regarding contributions, use:

- GitHub Issues
- Email listed in the developer's profile

I appreciate your participation and thank you for helping to improve the project.

---

## What's next?

- ➡️ [Section 33. License](/docs/33-license)