Guidelines for feature requests
When you are writing a feature request, please follow these rules:
- check if a feature request already exists! If so, add your feedback directly after that and vote for it
- write one feature request per issue (don't write multiple requests in one issue)
- try to answer at the following questions:
- WHO (user type) needs this feature?
- WHAT should do the feature?
- WHY you need this feature?
- WHERE the feature should be integrated?
- try to focus on what the user want to be able to do instead how it should be built
This could be used as start point:
As a [WHO: need this], I want [WHAT: new feature / feature change] because [WHY: motivations].
If the "location" of the new feature is not clear, please provide even the WHERE informations.
DEMO EXAMPLE
Title: Remember login password
As a lazy [WHO] Developer, I want to [WHAT] remember my login password because [WHY] I often forgot it. This feature should be located on the login page with a checkbox and in the edit user page [WHERE].