{% extends "base.html" %} {% block title %}Feedback & Support - Orchid Continuum{% endblock %} {% block content %}

Share Your Feedback

Help us improve the Orchid Continuum by sharing your thoughts, reporting bugs, or suggesting new features.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
For bug reports, please include steps to reproduce the issue and your browser information.
Back to Home
Feedback Guidelines
🐛 Bug Reports
  • Describe what you expected vs what happened
  • Include steps to reproduce the issue
  • Mention your browser and device type
  • Add screenshots if helpful
💡 Feature Requests
  • Explain the problem you're trying to solve
  • Describe your proposed solution
  • Consider how it would benefit other users
  • Suggest alternatives if applicable
💬 General Guidelines
  • Be specific and detailed in your descriptions
  • One topic per feedback submission
  • Check if your issue has been reported before
  • Be respectful and constructive
{% endblock %}