name: 🐞 Issue report description: Report an issue in Mangayomi labels: [Bug] body: - type: textarea id: reproduce-steps attributes: label: Steps to reproduce description: Provide an example of the issue. placeholder: | Example: 1. First step 2. Second step 3. Issue here validations: required: true - type: textarea id: expected-behavior attributes: label: Expected behavior description: Explain what you should expect to happen. placeholder: | Example: "This should happen..." validations: required: true - type: textarea id: actual-behavior attributes: label: Actual behavior description: Explain what actually happens. placeholder: | Example: "This happened instead..." validations: required: true - type: input id: mangayomi-version attributes: label: Mangayomi version description: You can find your Mangayomi version in **More → About**. placeholder: | Example: "0.0.67" validations: required: true - type: input id: device attributes: label: Device description: List your device, model and the OS version. placeholder: | Example: "Google Pixel 5 android 11" validations: required: true - type: textarea id: other-details attributes: label: Other details placeholder: | Additional details and attachments. - type: checkboxes id: acknowledgements attributes: label: Acknowledgements description: Read this carefully, we will close and ignore your issue if you skimmed through this. options: - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open or closed issue. required: true - label: I have written a short but informative title. required: true - label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/kodjodevf/mangayomi-extensions/issues/new/choose). required: true - label: I have updated all installed extensions. required: true