Add issue templates

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2025-03-13 00:31:04 -04:00
parent 36be0ea9cb
commit 2ac1eed511
7 changed files with 134 additions and 0 deletions

31
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
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: 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: 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: reason
attributes:
label: Please explain the issue you are experiencing.
description: |
Be sure to include as many relevant details as possible! :)
validations:
required: true

11
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Web Compat (Codeberg)
url: https://codeberg.org/celenity/Phoenix/issues/new?template=.github%2fISSUE_TEMPLATE%2fweb-compat.yml
about: Please report issues with breakage or unexpected/unintended behavior on specific websites here.
- name: Web Compat (GitLab)
url: https://gitlab.com/celenityy/Phoenix/-/issues/new?issuable_template=web-compat#
about: Please report issues with breakage or unexpected/unintended behavior on specific websites here.
- name: Web Compat (GitHub)
url: https://github.com/celenityy/Phoenix/issues
about: Please report issues with breakage or unexpected/unintended behavior on specific websites here.

11
.github/ISSUE_TEMPLATE/enhancement.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Enhancement
description: Have any new features you want to see or any ideas to make IronFox better? Here's your place ;)
title: "[ENHANCEMENT] PLEASE REPLACE THIS TEXT WITH A SUMMARY OF YOUR SUGGESTION..."
labels: ["enhancement"]
body:
- type: textarea
id: reason
attributes:
label: Please explain your proposal with as many details as necessary (Ex. what you're suggesting, why you're suggesting it, what need you thinks it will fill, who it will benefit, etc...).
validations:
required: true

11
.github/ISSUE_TEMPLATE/other.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Other
description: Anything else not already covered by other categories.
title: "[OTHER] PLEASE REPLACE THIS TEXT WITH A SUMMARY OF YOUR ISSUE..."
labels: ["other"]
body:
- type: textarea
id: reason
attributes:
label: Please explain your inquiry.
validations:
required: true

View File

@@ -0,0 +1,44 @@
# BUG
<!-- This is for any general issues or unexpected/unintended behavior you come across while using IronFox.
Please set the title of your issue to "[BUG]", followed by a summary of your issue..."
NOTE that this is *NOT* for issues related to website breakage/compatibility issues.
Website compatibility issues MUST be reported to the Phoenix issue tracker instead, which depending on your preferred platform of choice, can be found at:
GitLab: https://gitlab.com/celenityy/Phoenix/-/issues/new?issuable_template=web-compat#
Codeberg: https://codeberg.org/celenity/Phoenix/issues/new?template=.github%2fISSUE_TEMPLATE%2fweb-compat.yml
GitHub: https://github.com/celenityy/Phoenix/issues
Note that anything between <!- - and - -> won't be shown when your issue is created.
-->
### Confirmation
<!-- Please confirm that this issue is NOT related to a website breakage or compatibility issue as described above, by typing "I confirm." below.
-->
<!-- I confirm.
-->
### Version
<!-- What version of IronFox are you using?
An easy way to tell is by navigating to `Settings` -> `About` -> `About IronFox`.
-->
### Android
<!-- What version of Android are you using with IronFox?
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`.
-->
### Reason
<!-- Please explain the issue you are experiencing.
Be sure to include as many relevant details as possible! :)
-->

View File

@@ -0,0 +1,13 @@
# ENHANCEMENT
<!-- Have any new features you want to see or any ideas to make IronFox better? Here's your place ;)
Please set the title of your issue to "[ENHANCEMENT]", followed by a summary of your issue..."
Note that anything between <!- - and - -> won't be shown when your issue is created.
-->
___
<!-- Please explain your proposal with as many details as necessary (Ex. what you're suggesting, why you're suggesting it, what need you thinks it will fill, who it will benefit, etc...).
-->

View File

@@ -0,0 +1,13 @@
# OTHER
<!-- Anything else not already covered by other categories.
Please set the title of your issue to "[OTHER]", followed by a summary of your issue..."
Note that anything between <!- - and - -> won't be shown when your issue is created.
-->
___
<!-- Please explain your inquiry.
-->