From ac032d0785ad614debdbaa3a63d5edf7b507b8b7 Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Tue, 25 Apr 2023 19:44:07 +0200 Subject: [PATCH] adjust feature steps in bug reporting use-case --- src/pages/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3605ff5..d7be5c6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -295,7 +295,11 @@ const Home: NextPage = () => { title: "Bug Reporting", description: "Stop reading and writing wordy bug reports. Instead report bugs in a highly demonstrative way.", - features: ["do stuff", "do bla", "make stuff"], + features: [ + "Record a video on how to reproduce a bug", + "Request a quick demo when the bug is fixed", + "Keep it in your issue tracking system", + ], }, { title: "Education",