Open mazipan opened 1 year ago
Using feedback fish, headless-mode
Just send the feedback via POST:
fetch('https://api.feedback.fish/feedback', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ projectId: "fb630442d153de", text: feedbackText, category: "", // Either "issue", "idea" or "other", userId: currentUser.email, metadata: {}, }) })
Sample UI: https://feedback.fish/feedback/
hi sir, could you please assign me to this issue? I would like to work on this.
Description
Using feedback fish, headless-mode
Just send the feedback via POST:
Sample UI: https://feedback.fish/feedback/