Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AppTP: Allow text on any breakage category (#2595)
<!-- Note: This checklist is a reminder of our shared engineering expectations. The items in Bold are required If your PR involves UI changes: 1. Upload screenshots or screencasts that illustrate the changes before / after 2. Add them under the UI changes section (feel free to add more columns if needed) 3. Make sure these changes are tested in API 23 and API 26 If your PR does not involve UI changes, you can remove the **UI changes** section --> Task/Issue URL: https://app.asana.com/0/1202279501986195/1203481901002309/f ### Description By adding categories, we gained more useful signal on breakage even when people don't submit descriptions, but by limiting open text to only the "Something Else" category, we also decreased reports that included any text (down from about 64% before the change to just under 19% overall since). Allowing users to add text for any category would be a quick win to broaden signal a bit. ### Steps to test this PR - Go to AppTP status page (or silent notification) - Tap `Help us improve` -> `Submit a report` (or `Having problems with an app`) - Select an app - Notice that you still must select a category, but all categories (not just "Something else") will now allow text input ### UI changes | Before | After | | ------ | ----- | ![oldReportScreen](https://user-images.githubusercontent.com/20972610/205370899-466309b9-91a9-4b5f-94eb-2c2b60b6780e.jpeg)|![newReportScreen](https://user-images.githubusercontent.com/20972610/205370923-30846529-e38c-4d13-9d46-c5e56efbdc65.jpeg)| Co-authored-by: laghee <kmanning567@gmail.com>
- Loading branch information