Users need a way to interact with feature requests by sharing ideas or asking questions, enhancing collaboration and clarity.
Reviewers who engage with feature requests and submitters who may want to provide updates or clarifications.
Implement a commenting system where users can add text comments to feature requests in a sequential list format.
Given A user is viewing a feature request When They add a comment Then The comment appears immediately under the feature request in a sequential list.
This feature includes basic text comments in a sequential list format. It does not include threaded replies, attachments, or rich text formatting.
Should comments be threaded or sequential?
Sequential
Keeps the system straightforward and easy to use.