Skip to content

New Feature Request

devfeel edited this page Dec 1, 2019 · 1 revision

A New Feature Request is a short document explaining how a new feature request must be submitted, how it can be implemented, and how it can help core developers and others to understand implement it.

A New Feature Request contains:

  • Suggested syntax
  • Suggested class names and methods
  • A short documentation

If the feature is already implemented in other frameworks, a short explanation of how that was implemented and its advantages In the following cases a new feature request will be rejected:

  • The feature makes the framework slow
  • The feature doesn’t provide any additional value to the framework
  • The New Feature Request is not clear, bad documentation, unclear explanation, etc.
  • It’s technically impossible to implement
  • It can only be used in the development/testing stages

All New Feature Request should be posted as a new issue on Github.

Clone this wiki locally