adjust feature steps in bug reporting use-case
This commit is contained in:
parent
5833805173
commit
ac032d0785
1 changed files with 5 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue