🚀 Thanks for contributing!
Below are templates for various types of issues (Bugs, Security, and Features) separated by horizontal rules. Please delete whichever sections of the template you do not need.
If you find a bug, please submit a pull request with a failing test case displaying the bug or just create an issue with as much information as possible.
If you find a security vulnerability, please contact [email protected] as soon as possible. We take these matters seriously.
- Author(s): Developer
A short description of what the feature is. Try to keep it to a single-paragraph "elevator pitch" so the reader understands what problem this proposal is addressing.
Describe the problems that this proposal seeks to address. If the problem is that some common pattern is currently hard to express, show how one can currently get a similar effect and describe its drawbacks. If it's completely new functionality that cannot be emulated, motivate why this new functionality would help Vapor be a better framework.
Describe your solution to the problem. Provide examples and describe how they work. Show how your solution is better than current workarounds: is it cleaner, safer, or more efficient?
Give us an idea of what this new idea will look like in code. The more code snippets you provide here, the easier it will be for the community to understand what your idea is.
Describe the impact that this change will have on existing code. Will some Vapor applications stop compiling due to this change? Will applications still compile but produce different behavior than they used to?
Describe alternative approaches to addressing the same problem, and why you chose this approach instead.