Hi,
I'd like to propose simplifying the bug report template by making the "Operating System" and "Deployment" fields optional instead of required. Pull Request: https://github.com/apache/airflow/pull/61285 Currently, the bug report template requires 6 fields. This proposal would reduce mandatory fields from 6 to 4 by making OS and Deployment optional. Why? - Many core bugs don't depend on deployment method or OS - Users reporting deployment-specific issues naturally include this info - Making fields optional doesn't prevent users from providing the info when relevant @shahar1 raised valid concerns about losing/missing diagnostic information, particularly for managed services (like Cloud Composer). I proposed adding help text to explain when these fields are important rather than keeping them required at all times. Would appreciate your thoughts on this approach. Thanks, Josef
