diff --git a/src/data.js b/src/data.js index fdfc4581735ce81bd9579e265177fcdec5e5e547..40f57e8e930c27e5427a0537f574c29727678898 100644 --- a/src/data.js +++ b/src/data.js @@ -108,6 +108,48 @@ export function getTasks (v) { duration: 5, icon: "comment", summary: v.$pgettext("Task summary", "How happy are you with the project? Let us know!"), + slug: "share-feedback", + steps: [ + { + title: v.$pgettext("Guide step title", 'Choose your medium'), + content: [ + v.$pgettext("Guide step content", "You can share your feedback with us on various platforms. You'll find the links below."), + ], + links: [ + { + icon: 'comment', + text: v.$pgettext("Text for link in guide step", 'Share your feedback on Discourse (forum)'), + to: {name: 'guide', params: {slug: 'discourse-account'}}, + }, + { + icon: 'mastodon', + text: v.$pgettext("Text for link in guide step", 'Share your feedback on Mastodon'), + url: 'https://mastodon.eliotberriot.com/@funkwhale', + }, + { + icon: 'matrix-org', + text: v.$pgettext("Text for link in guide step", 'Share your feedback on #funkwhale:Matrix.org'), + url: 'https://riot.im/app/#/room/#funkwhale:matrix.org', + } + ], + avoid: [ + v.$pgettext("Advice content / avoid", "Publishing your feedback on other platforms, it's likely to be missed"), + ] + }, + { + title: v.$pgettext("Guide step title", 'Write your message'), + content: [ + v.$pgettext("Guide step content", "Tell us how you felt using Funkwhale. What did you like or dislike? What would you like to see improved?"), + v.$pgettext("Guide step content", "Remember that people receiving your feedback are humans, just like you. While we welcome both positive and negative feedback, we won't tolerate personnal attacks or rude or harmful language."), + ], + recommendations: [ + v.$pgettext("Advice content / recommendations", "Be specific: precise feedback is the most helpful"), + ], + avoid: [ + v.$pgettext("Advice content / avoid", "Using rude, harmful or aggressive language"), + ] + }, + ] }, { name: v.$pgettext('Task name', "Join the discussion"),