mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2025-12-23 22:30:03 -05:00
ironfox-oss/IronFox!97 ____ ## Changes - Added [Marginalia](https://marginalia-search.com/) as a default/built-in search engine. - Updated to Firefox [`144.0.2`](https://firefox.com/firefox/android/144.0.2/releasenotes/). - Updated Phoenix to [`2025.10.26.1`](https://codeberg.org/celenity/Phoenix/releases/tag/2025.10.26.1). - [Other minor tweaks and adjustments](https://gitlab.com/ironfox-oss/IronFox/-/merge_requests/97/diffs). MR-author: celenity <celenity@celenity.dev> Co-authored-by: Weblate <hosted@weblate.org> Co-authored-by: Akash Yadav <itsaky01@gmail.com> Approved-by: Akash Yadav <itsaky01@gmail.com> Merged-by: celenity <celenity@celenity.dev>
77 lines
3.8 KiB
YAML
77 lines
3.8 KiB
YAML
name: Bug
|
|
description: For any general issues or unexpected/unintended behavior you come across while using IronFox.
|
|
title: "[BUG] PLEASE REPLACE THIS TEXT WITH A SUMMARY OF YOUR ISSUE..."
|
|
labels: ["bug"]
|
|
body:
|
|
- type: checkboxes
|
|
id: checklist
|
|
attributes:
|
|
label: Confirmation Checklist
|
|
options:
|
|
- label: I confirm that this issue occurs on the **latest release** of IronFox. You can check what the latest version is [on the `Releases` page](https://gitlab.com/ironfox-oss/IronFox/-/releases).
|
|
required: true
|
|
- label: I confirm that this issue occurs on the latest **Nightly** release of IronFox. You can find steps on how to find and install the latest Nightly release [here](https://gitlab.com/ironfox-oss/IronFox/-/blob/dev/docs/FAQ.md#how-can-i-download-nightly-builds).
|
|
required: true
|
|
- label: I confirm that this issue has **NOT** already been reported on [the GitLab issue tracker](https://gitlab.com/ironfox-oss/IronFox/-/issues) **and/or** [the Codeberg issue tracker](https://codeberg.org/ironfox-oss/IronFox/issues).
|
|
required: true
|
|
- label: I confirm that this issue is **NOT** already covered on [the `FAQ` page](https://gitlab.com/ironfox-oss/IronFox/-/blob/dev/docs/FAQ.md).
|
|
required: true
|
|
- label: I confirm that this issue is **NOT** related to a website breakage or compatibility issue that is not IronFox-specific (Such issues MUST be reported to [the Phoenix issue tracker](https://codeberg.org/celenity/Phoenix/issues/new?template=.github%2fISSUE_TEMPLATE%2fweb-compat.yml) instead).
|
|
required: true
|
|
- label: I confirm that this issue does **NOT** occur on the latest release of Mozilla Firefox. You can find the latest `APK`s [here](https://ftp.mozilla.org/pub/fenix/releases/).
|
|
required: true
|
|
- label: I confirm that this issue does **NOT** occur on the latest release of Mozilla Firefox **Nightly**. You can find the latest `APK`s [here](https://ftp.mozilla.org/pub/fenix/nightly/).
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: android
|
|
attributes:
|
|
label: What version of Android are you using with IronFox?
|
|
description: |
|
|
Steps will vary depending on your OEM, but on AOSP, this can be typically be found by navigating to your `Settings` app -> `About (`phone` or `tablet`, depending on your device)` -> `Device details` -> `Android version`.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: version
|
|
attributes:
|
|
label: What version of IronFox are you using?
|
|
description: |
|
|
An easy way to tell is by navigating to `Settings` -> `About` -> `About IronFox`.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: first-version
|
|
attributes:
|
|
label: If you remember, what version of IronFox did you first notice the issue on?
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: addons
|
|
attributes:
|
|
label: Please share a list of your currently installed browser add-ons/extensions, as well as the versions you have installed.
|
|
description: |
|
|
You can find (and copy or screenshot) this information from the `Add-ons` section of `about:support`.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reason
|
|
attributes:
|
|
label: Please explain the issue you are experiencing.
|
|
description: |
|
|
Be sure to include as many relevant details as possible! :)
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Please provide detailed steps to reproduce the issue.
|
|
description: |
|
|
Please be as specific as possible. For example, don't just say that an issue occurs on "all websites", provide specific websites where you encounter the problem.
|
|
validations:
|
|
required: true
|