Skip to content

Feature Requests and Contributions

Dirk Tepe edited this page Mar 24, 2024 · 3 revisions

Feature requests

Feature requests are being accepted!

If you have a feature you would like included in the next version, please submit it to the issues board for review.

Please submit your request as a use-case.

Contributions

If you would like to contribute your custom middleware, guards, or controllers to the project, submit a pull request with your files inside a sub folder with your examples in this structure:

Project root
├── src
├── test
└── examples
    └── your Github name
        └── your files

Your example and credit will be included in the master branch and the next tagged release. Contributions with security issues will be rejected, but can be patched and resubmitted.

Thank you for your contributions!