//! - A dropdown for the type of bug (UI/cosmetics/gameplay).
//! - A one-line text input for the bug title.
//! - A multi-line text input for the bug description.
//! - The text editing should have the following features:
//! - Cursor, which can be moved with arrow keys and mouse click.
//! - Text selection.
//! - Copy/paste/cut with the usual shortcuts.
fn main() {}