adjust feature steps in bug reporting use-case

This commit is contained in:
MarconLP 2023-04-25 19:44:07 +02:00
parent 5833805173
commit ac032d0785
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -295,7 +295,11 @@ const Home: NextPage = () => {
title: "Bug Reporting", title: "Bug Reporting",
description: description:
"Stop reading and writing wordy bug reports. Instead report bugs in a highly demonstrative way.", "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", title: "Education",