From 34ea090475769df5b586e248a720f6e63a4ed5ad Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:40:37 -0500 Subject: [PATCH 01/47] Create issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 90 ++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.yml diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 00000000..3defcd0f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,90 @@ +name: Bugs, Errors, and Other Issues +description: Report an issue to help us improve FF Ultima. +title: " " +labels: ["bug", "issue"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + Before submitting, have you already looked at the Wiki? + [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) + + - type: dropdown + id: checked-wiki + attributes: + label: Have you already looked at the Wiki? + description: [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) + options: + - Yes + - No + validations: + required: true + + - type: textarea + id: issue-description + attributes: + label: Describe the Issue + description: A detailed description of what the issue is. + placeholder: "Describe the Issue" + validations: + required: true + + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: Describe what you expected to happen. + placeholder: "A description of what you expected to happen" + validations: + required: true + + - type: dropdown + id: platform-os + attributes: + label: Platform/Desktop - OS + options: + - Windows + - Linux + - Mac + validations: + required: true + + - type: dropdown + id: platform-browser + attributes: + label: Platform/Desktop - Browser + options: + - Firefox + - Firefox Nightly + - Firefox Dev Edition + - Other + validations: + required: true + + - type: input + id: other-browser + attributes: + label: If "Other" browser was selected, specify here: + placeholder: "Example: Waterfox v123" + validations: + required: false + + - type: dropdown + id: browser-updated + attributes: + label: Is your browser updated to the latest version? + options: + - Yes + - No + validations: + required: true + + - type: input + id: picture-video + attributes: + label: Picture/Video + description: Screenshot(s) or video of the issue are preferred. + placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" + validations: + required: false From e5702a40698c4f2fcd44b761d4c9b66d12497490 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:44:26 -0500 Subject: [PATCH 02/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 3defcd0f..fe66578f 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -13,7 +13,7 @@ body: - type: dropdown id: checked-wiki attributes: - label: Have you already looked at the Wiki? + label: Have you already looked at the Wiki description: [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) options: - Yes From 53992ba652791cbcfc166a6f8614bffe57a7fd2a Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:46:03 -0500 Subject: [PATCH 03/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index fe66578f..946ada0f 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -9,11 +9,11 @@ body: Thanks for taking the time to fill out this bug report! Before submitting, have you already looked at the Wiki? [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) - + - type: dropdown id: checked-wiki attributes: - label: Have you already looked at the Wiki + label: Have you already looked at the Wiki? description: [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) options: - Yes From e1b97b0d44f5ffbfbd92350a6b36221947e26e61 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:46:38 -0500 Subject: [PATCH 04/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 50 +++++++++++++++++--------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 946ada0f..93289734 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,7 +1,9 @@ name: Bugs, Errors, and Other Issues description: Report an issue to help us improve FF Ultima. title: " " -labels: ["bug", "issue"] +labels: + - "bug" + - "issue" body: - type: markdown attributes: @@ -13,19 +15,19 @@ body: - type: dropdown id: checked-wiki attributes: - label: Have you already looked at the Wiki? - description: [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) + label: "Have you already looked at the Wiki?" + description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" options: - - Yes - - No + - "Yes" + - "No" validations: required: true - type: textarea id: issue-description attributes: - label: Describe the Issue - description: A detailed description of what the issue is. + label: "Describe the Issue" + description: "A detailed description of what the issue is." placeholder: "Describe the Issue" validations: required: true @@ -33,8 +35,8 @@ body: - type: textarea id: expected-behavior attributes: - label: Expected Behavior - description: Describe what you expected to happen. + label: "Expected Behavior" + description: "Describe what you expected to happen." placeholder: "A description of what you expected to happen" validations: required: true @@ -42,30 +44,30 @@ body: - type: dropdown id: platform-os attributes: - label: Platform/Desktop - OS + label: "Platform/Desktop - OS" options: - - Windows - - Linux - - Mac + - "Windows" + - "Linux" + - "Mac" validations: required: true - type: dropdown id: platform-browser attributes: - label: Platform/Desktop - Browser + label: "Platform/Desktop - Browser" options: - - Firefox - - Firefox Nightly - - Firefox Dev Edition - - Other + - "Firefox" + - "Firefox Nightly" + - "Firefox Dev Edition" + - "Other" validations: required: true - type: input id: other-browser attributes: - label: If "Other" browser was selected, specify here: + label: "If 'Other' browser was selected, specify here:" placeholder: "Example: Waterfox v123" validations: required: false @@ -73,18 +75,18 @@ body: - type: dropdown id: browser-updated attributes: - label: Is your browser updated to the latest version? + label: "Is your browser updated to the latest version?" options: - - Yes - - No + - "Yes" + - "No" validations: required: true - type: input id: picture-video attributes: - label: Picture/Video - description: Screenshot(s) or video of the issue are preferred. + label: "Picture/Video" + description: "Screenshot(s) or video of the issue are preferred." placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: required: false From 3e98290d1b9807355e8f764b342b678894f92011 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:47:21 -0500 Subject: [PATCH 05/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 93289734..d1d7ee4a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,6 +1,5 @@ name: Bugs, Errors, and Other Issues description: Report an issue to help us improve FF Ultima. -title: " " labels: - "bug" - "issue" From 8a9a41d84fe384081d97f21139bb825945f595d1 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:48:37 -0500 Subject: [PATCH 06/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index d1d7ee4a..c357bfb8 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,7 +7,6 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! Before submitting, have you already looked at the Wiki? [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) From 7a73557ffced55233443736544ea8e4f3e1bc45c Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:48:48 -0500 Subject: [PATCH 07/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index c357bfb8..7dc08f2f 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,8 +7,7 @@ body: - type: markdown attributes: value: | - Before submitting, have you already looked at the Wiki? - [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) + Before submitting, have you already looked at the Wiki? [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) - type: dropdown id: checked-wiki From 026e4309acb4bcbbe200db1ac6479601ac3aa4c8 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:49:06 -0500 Subject: [PATCH 08/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 7dc08f2f..6a00b2a0 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - Before submitting, have you already looked at the Wiki? [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) + Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? - type: dropdown id: checked-wiki From 30675d392d97cb40dcff2e40a2421a9d2ba4c68c Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:49:15 -0500 Subject: [PATCH 09/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 6a00b2a0..91fc3584 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? + ### Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? - type: dropdown id: checked-wiki From 87b9ed14694473b50330dd4b41c3c1f0b3bae1b8 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:49:27 -0500 Subject: [PATCH 10/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 91fc3584..ca0d457a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - ### Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? + ## Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? - type: dropdown id: checked-wiki From 44ed43ea63d4b855f49a028679b062e0786c0ce0 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:00:15 -0500 Subject: [PATCH 11/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 58 +++++++++++++++++--------------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index ca0d457a..1cca67de 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -38,36 +38,40 @@ body: validations: required: true - - type: dropdown - id: platform-os + - type: section attributes: - label: "Platform/Desktop - OS" - options: - - "Windows" - - "Linux" - - "Mac" - validations: - required: true + label: "Platform/Desktop" + fields: + - type: dropdown + id: platform-os + attributes: + label: "Operating System" + options: + - "Windows" + - "Linux" + - "Mac" + validations: + required: true - - type: dropdown - id: platform-browser - attributes: - label: "Platform/Desktop - Browser" - options: - - "Firefox" - - "Firefox Nightly" - - "Firefox Dev Edition" - - "Other" - validations: - required: true + - type: dropdown + id: platform-browser + attributes: + label: "Web Browser" + options: + - "Firefox" + - "Firefox Nightly" + - "Firefox Dev Edition" + - "Other" + validations: + required: true - - type: input - id: other-browser - attributes: - label: "If 'Other' browser was selected, specify here:" - placeholder: "Example: Waterfox v123" - validations: - required: false + - type: input + id: other-browser + attributes: + label: "If 'Other' browser was selected, specify here:" + placeholder: "Example: Waterfox v123" + validations: + required: false - type: dropdown id: browser-updated From c6217624d5f8bc7eef93b821d022cc88ad6a30cc Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:00:52 -0500 Subject: [PATCH 12/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 1cca67de..f1044d06 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -38,40 +38,40 @@ body: validations: required: true - - type: section + - type: markdown + attributes: + value: "### Platform/Desktop" + + - type: dropdown + id: platform-os attributes: - label: "Platform/Desktop" - fields: - - type: dropdown - id: platform-os - attributes: - label: "Operating System" - options: - - "Windows" - - "Linux" - - "Mac" - validations: - required: true + label: "Operating System" + options: + - "Windows" + - "Linux" + - "Mac" + validations: + required: true - - type: dropdown - id: platform-browser - attributes: - label: "Web Browser" - options: - - "Firefox" - - "Firefox Nightly" - - "Firefox Dev Edition" - - "Other" - validations: - required: true + - type: dropdown + id: platform-browser + attributes: + label: "Web Browser" + options: + - "Firefox" + - "Firefox Nightly" + - "Firefox Dev Edition" + - "Other" + validations: + required: true - - type: input - id: other-browser - attributes: - label: "If 'Other' browser was selected, specify here:" - placeholder: "Example: Waterfox v123" - validations: - required: false + - type: input + id: other-browser + attributes: + label: "If 'Other' browser was selected, specify here:" + placeholder: "Example: Waterfox v123" + validations: + required: false - type: dropdown id: browser-updated From 1c2ff49783a40a052830d8529e75e0d1702453b7 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:03:32 -0500 Subject: [PATCH 13/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index f1044d06..06ba43a9 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -15,8 +15,8 @@ body: label: "Have you already looked at the Wiki?" description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" options: - - "Yes" - "No" + - "Yes" validations: required: true @@ -61,14 +61,14 @@ body: - "Firefox" - "Firefox Nightly" - "Firefox Dev Edition" - - "Other" + - "Other Browser" validations: required: true - type: input id: other-browser attributes: - label: "If 'Other' browser was selected, specify here:" + label: "If `Other Browser` was selected, specify here:" placeholder: "Example: Waterfox v123" validations: required: false @@ -82,8 +82,8 @@ body: - "No" validations: required: true - - - type: input + + - type: textarea id: picture-video attributes: label: "Picture/Video" From 0079f5b95b14c071b3d454bbebce945de6ff2624 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:03:47 -0500 Subject: [PATCH 14/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 06ba43a9..b2aae455 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,7 +7,7 @@ body: - type: markdown attributes: value: | - ## Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki) ? + ## Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? - type: dropdown id: checked-wiki From ebca660e2e0c8ee994b586a92d598e8f6ccde9d8 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:05:23 -0500 Subject: [PATCH 15/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index b2aae455..85097fde 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -24,8 +24,7 @@ body: id: issue-description attributes: label: "Describe the Issue" - description: "A detailed description of what the issue is." - placeholder: "Describe the Issue" + placeholder: "A detailed description of what the issue is." validations: required: true @@ -33,7 +32,6 @@ body: id: expected-behavior attributes: label: "Expected Behavior" - description: "Describe what you expected to happen." placeholder: "A description of what you expected to happen" validations: required: true From b56f5482dec63cb9d753cb0ce376dbbd8cd36c55 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:11:49 -0500 Subject: [PATCH 16/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 85097fde..7e178ba6 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -39,11 +39,12 @@ body: - type: markdown attributes: value: "### Platform/Desktop" + label: "Platform/Desktop" - type: dropdown id: platform-os attributes: - label: "Operating System" + label: "Platform/Desktop" options: - "Windows" - "Linux" @@ -54,7 +55,7 @@ body: - type: dropdown id: platform-browser attributes: - label: "Web Browser" + #label: "Web Browser" options: - "Firefox" - "Firefox Nightly" @@ -66,7 +67,7 @@ body: - type: input id: other-browser attributes: - label: "If `Other Browser` was selected, specify here:" + #label: "If `Other Browser` was selected, specify here:" placeholder: "Example: Waterfox v123" validations: required: false From b46f977c2e23adfe002e43953aeb6b7456665db8 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:12:06 -0500 Subject: [PATCH 17/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 7e178ba6..21f5e793 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -39,7 +39,6 @@ body: - type: markdown attributes: value: "### Platform/Desktop" - label: "Platform/Desktop" - type: dropdown id: platform-os From 73cff869c8db551303ba0453eccf70b5c2e72931 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:13:37 -0500 Subject: [PATCH 18/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 21f5e793..4172d274 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -54,7 +54,7 @@ body: - type: dropdown id: platform-browser attributes: - #label: "Web Browser" + label: "" options: - "Firefox" - "Firefox Nightly" @@ -66,7 +66,7 @@ body: - type: input id: other-browser attributes: - #label: "If `Other Browser` was selected, specify here:" + label: "If `Other Browser` was selected, specify here:" placeholder: "Example: Waterfox v123" validations: required: false From 024f862c5b9cffcbbaa12b3acd76bc67d67b1b99 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:13:46 -0500 Subject: [PATCH 19/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 4172d274..8f0d22fa 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -54,7 +54,7 @@ body: - type: dropdown id: platform-browser attributes: - label: "" + label: "Web Browser" options: - "Firefox" - "Firefox Nightly" From 825d96da2ee61ab712bdacfee81cfa45c3a46005 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:17:10 -0500 Subject: [PATCH 20/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 8f0d22fa..4172d274 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -54,7 +54,7 @@ body: - type: dropdown id: platform-browser attributes: - label: "Web Browser" + label: "" options: - "Firefox" - "Firefox Nightly" From 32e421573500481c912013dcbff15d275343fd31 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:19:53 -0500 Subject: [PATCH 21/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 4172d274..72ffd057 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -46,7 +46,7 @@ body: label: "Platform/Desktop" options: - "Windows" - - "Linux" + - "Linux"e - "Mac" validations: required: true @@ -54,7 +54,8 @@ body: - type: dropdown id: platform-browser attributes: - label: "" + label: " " + description: "Choose your Web Browser" options: - "Firefox" - "Firefox Nightly" From 9a3851f0d394b8dd20ab1607d0ca6afd361a11f2 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:20:09 -0500 Subject: [PATCH 22/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 72ffd057..11f0312a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -46,7 +46,7 @@ body: label: "Platform/Desktop" options: - "Windows" - - "Linux"e + - "Linux" - "Mac" validations: required: true From 254705200639175f4ac33ea0f083600d566f911b Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:20:28 -0500 Subject: [PATCH 23/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 11f0312a..8f0d22fa 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -54,8 +54,7 @@ body: - type: dropdown id: platform-browser attributes: - label: " " - description: "Choose your Web Browser" + label: "Web Browser" options: - "Firefox" - "Firefox Nightly" From 693de6354a0f113407af08b5e8f380eedb04cf1b Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:27:08 -0500 Subject: [PATCH 24/47] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 8f0d22fa..93c159b0 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -7,12 +7,12 @@ body: - type: markdown attributes: value: | - ## Before submitting, have you already looked at the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? + ## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? - type: dropdown id: checked-wiki attributes: - label: "Have you already looked at the Wiki?" + label: "Already looked at the Wiki?" description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" options: - "No" @@ -84,7 +84,7 @@ body: - type: textarea id: picture-video attributes: - label: "Picture/Video" + label: "Picture/Video of the Issue" description: "Screenshot(s) or video of the issue are preferred." placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: From 670d237d9f08251186f054b3e84835628c05f625 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:31:44 -0500 Subject: [PATCH 25/47] Update bugs--errors--other-issues.md --- .github/ISSUE_TEMPLATE/bugs--errors--other-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugs--errors--other-issues.md b/.github/ISSUE_TEMPLATE/bugs--errors--other-issues.md index cfeb8ab3..37030bee 100644 --- a/.github/ISSUE_TEMPLATE/bugs--errors--other-issues.md +++ b/.github/ISSUE_TEMPLATE/bugs--errors--other-issues.md @@ -1,5 +1,5 @@ --- -name: Bugs, Errors, Other Issues +name: Report an Issue about: Report an Issue to help us improve. title: '' labels: '' From a5c665316b22fe226fbe4cf5ed4b99af58f279bd Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:32:28 -0500 Subject: [PATCH 26/47] Rename bugs--errors--other-issues.md to 2-old-issue-format.md --- .../{bugs--errors--other-issues.md => 2-old-issue-format.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bugs--errors--other-issues.md => 2-old-issue-format.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/bugs--errors--other-issues.md b/.github/ISSUE_TEMPLATE/2-old-issue-format.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bugs--errors--other-issues.md rename to .github/ISSUE_TEMPLATE/2-old-issue-format.md From 68695c83000b97380ce6127b81d72afd7fa09724 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:32:59 -0500 Subject: [PATCH 27/47] Rename issue.yml to 1-issue-template.yml --- .github/ISSUE_TEMPLATE/{issue.yml => 1-issue-template.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{issue.yml => 1-issue-template.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/1-issue-template.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/issue.yml rename to .github/ISSUE_TEMPLATE/1-issue-template.yml From bfbf6e2fc21d012caa72f6f84afffc3118d50176 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:33:40 -0500 Subject: [PATCH 28/47] Update and rename 2-old-issue-format.md to 2-old-issue-template.md --- .../{2-old-issue-format.md => 2-old-issue-template.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{2-old-issue-format.md => 2-old-issue-template.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/2-old-issue-format.md b/.github/ISSUE_TEMPLATE/2-old-issue-template.md similarity index 92% rename from .github/ISSUE_TEMPLATE/2-old-issue-format.md rename to .github/ISSUE_TEMPLATE/2-old-issue-template.md index 37030bee..33c35d59 100644 --- a/.github/ISSUE_TEMPLATE/2-old-issue-format.md +++ b/.github/ISSUE_TEMPLATE/2-old-issue-template.md @@ -1,5 +1,5 @@ --- -name: Report an Issue +name: Report an Issue (Old Template) about: Report an Issue to help us improve. title: '' labels: '' From f6f03cbaad98690fa0f493c39976896f28ce6dc9 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:43:10 -0500 Subject: [PATCH 29/47] Create 3-feature-suggestion.yml --- .../ISSUE_TEMPLATE/3-feature-suggestion.yml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3-feature-suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml new file mode 100644 index 00000000..8e2099dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -0,0 +1,48 @@ +name: Feature Suggestions & Request +description: Suggest feature's, improvements or modifications to the theme. +labels: + - "enhancement" + - "issue" +body: + - type: markdown + attributes: + value: | + ## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? + + - type: checkbox + id: checked-wiki + attributes: + label: "Already looked at the Wiki?" + description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" + options: + - "Yes" + - "No" + validations: + required: true + + - type: checkbox + id: contribution-check + attributes: + label: "Would you like to contribute to this development?" + options: + - "Yes" + - "No" + validations: + required: true + + - type: textarea + id: issue-description + attributes: + label: "Describe the Feature | Suggestion | Modification" + placeholder: "A detailed description of what the Feature / Suggestion / Modification is" + validations: + required: true + + - type: textarea + id: picture-video + attributes: + label: "Picture/Video of the design / idea" + description: "Screenshot(s) or video if applicable" + placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" + validations: + required: false From 7b391eb1e588c085d3e053216363a05d9599ade5 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:44:28 -0500 Subject: [PATCH 30/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 8e2099dc..e267db75 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -9,7 +9,7 @@ body: value: | ## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? - - type: checkbox + - type: dropdown id: checked-wiki attributes: label: "Already looked at the Wiki?" @@ -19,8 +19,8 @@ body: - "No" validations: required: true - - - type: checkbox + + - type: dropdown id: contribution-check attributes: label: "Would you like to contribute to this development?" From 4afc0a05581694e06b2aef108ba671fb6696399a Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:45:50 -0500 Subject: [PATCH 31/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index e267db75..d69db79c 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -41,7 +41,7 @@ body: - type: textarea id: picture-video attributes: - label: "Picture/Video of the design / idea" + label: "Picture/Video of the desired outcome" description: "Screenshot(s) or video if applicable" placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: From 367a66f44c99e207dc3a382af73b9329e419d323 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:46:24 -0500 Subject: [PATCH 32/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index d69db79c..0eacbb26 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -33,7 +33,7 @@ body: - type: textarea id: issue-description attributes: - label: "Describe the Feature | Suggestion | Modification" + label: "Describe the Feature | Suggestion | Modification:" placeholder: "A detailed description of what the Feature / Suggestion / Modification is" validations: required: true @@ -41,8 +41,7 @@ body: - type: textarea id: picture-video attributes: - label: "Picture/Video of the desired outcome" - description: "Screenshot(s) or video if applicable" + label: "Picture/Video of the desired outcome (if applicable):" placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: required: false From cd96873d37e6d7c0fa76076ee82b48f6cd7718b4 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:49:17 -0500 Subject: [PATCH 33/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 0eacbb26..65787bd5 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -45,3 +45,12 @@ body: placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: required: false + + - type: checkboxes + id: confirmation + attributes: + label: I have checked existing list of Feature requests and the Contribution Guide + description: You agree to check all the resources above before opening a new Feature request. + options: + - label: I confirm I have checked existing list of Feature requests and Contribution Guide. + required: true From cf0a8fb83769a765e1cec84bda17075037e88a41 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:50:09 -0500 Subject: [PATCH 34/47] Update 3-feature-suggestion.yml --- .../ISSUE_TEMPLATE/3-feature-suggestion.yml | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 65787bd5..0dfa2506 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -9,26 +9,26 @@ body: value: | ## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? - - type: dropdown + - type: checkboxes id: checked-wiki attributes: label: "Already looked at the Wiki?" description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" options: - - "Yes" - - "No" - validations: - required: true + - label: "Yes" + required: true + - label: "No" + required: true - - type: dropdown + - type: checkboxes id: contribution-check attributes: label: "Would you like to contribute to this development?" options: - - "Yes" - - "No" - validations: - required: true + - label: "Yes" + required: true + - label: "No" + required: true - type: textarea id: issue-description @@ -45,12 +45,3 @@ body: placeholder: "Drag & Drop | Copy & Paste | or Link to Picture & Video" validations: required: false - - - type: checkboxes - id: confirmation - attributes: - label: I have checked existing list of Feature requests and the Contribution Guide - description: You agree to check all the resources above before opening a new Feature request. - options: - - label: I confirm I have checked existing list of Feature requests and Contribution Guide. - required: true From ca4161e3e365ac0e3e576ab838cce140a830b907 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:52:24 -0500 Subject: [PATCH 35/47] Update 3-feature-suggestion.yml --- .../ISSUE_TEMPLATE/3-feature-suggestion.yml | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 0dfa2506..34fd7c05 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -10,25 +10,12 @@ body: ## Before submitting, have you already looked through the [FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)? - type: checkboxes - id: checked-wiki + id: confirmation attributes: - label: "Already looked at the Wiki?" - description: "[FF Ultima Wiki](https://github.com/soulhotel/FF-ULTIMA/wiki)" + label: "Please confirm:" options: - - label: "Yes" - required: true - - label: "No" - required: true - - - type: checkboxes - id: contribution-check - attributes: - label: "Would you like to contribute to this development?" - options: - - label: "Yes" - required: true - - label: "No" - required: true + - label: "I have already looked at the Wiki." + - label: "I would like to contribute to this development." - type: textarea id: issue-description From f142d6bc9154c4eb5472dc7a32a7108b2170cb2a Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:53:08 -0500 Subject: [PATCH 36/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 34fd7c05..48d5624a 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -12,7 +12,6 @@ body: - type: checkboxes id: confirmation attributes: - label: "Please confirm:" options: - label: "I have already looked at the Wiki." - label: "I would like to contribute to this development." From 272b9da547d00bd55ef6e00dfa7d405d781d9b6c Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:54:35 -0500 Subject: [PATCH 37/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 48d5624a..7968181b 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -12,6 +12,7 @@ body: - type: checkboxes id: confirmation attributes: + label: "Please confirm (not required):" options: - label: "I have already looked at the Wiki." - label: "I would like to contribute to this development." @@ -20,7 +21,7 @@ body: id: issue-description attributes: label: "Describe the Feature | Suggestion | Modification:" - placeholder: "A detailed description of what the Feature / Suggestion / Modification is" + placeholder: "A detailed description of the Feature / Suggestion / Modification" validations: required: true From 1b66c8413bc5467cc2992ad2a8cd03575668738e Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:56:20 -0500 Subject: [PATCH 38/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 7968181b..15319f28 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -1,5 +1,6 @@ name: Feature Suggestions & Request description: Suggest feature's, improvements or modifications to the theme. +title: "[Feature Request] " labels: - "enhancement" - "issue" From 1a35b939107a754d45637f18d3ed0c8c86d719ba Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:57:49 -0500 Subject: [PATCH 39/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index 15319f28..ead9f900 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -1,4 +1,4 @@ -name: Feature Suggestions & Request +name: 🆕 Feature Suggestions & Request description: Suggest feature's, improvements or modifications to the theme. title: "[Feature Request] " labels: From 7a79796553f889a7e769bcd96620fc01634f7e73 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:59:25 -0500 Subject: [PATCH 40/47] Update 1-issue-template.yml --- .github/ISSUE_TEMPLATE/1-issue-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-issue-template.yml b/.github/ISSUE_TEMPLATE/1-issue-template.yml index 93c159b0..ca4b6714 100644 --- a/.github/ISSUE_TEMPLATE/1-issue-template.yml +++ b/.github/ISSUE_TEMPLATE/1-issue-template.yml @@ -1,4 +1,4 @@ -name: Bugs, Errors, and Other Issues +name: 🚩 Bugs, Errors, and Other Issues description: Report an issue to help us improve FF Ultima. labels: - "bug" From f86c25ce49f8754a94c494a9a3c1228e1df64554 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:59:42 -0500 Subject: [PATCH 41/47] Update 2-old-issue-template.md --- .github/ISSUE_TEMPLATE/2-old-issue-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-old-issue-template.md b/.github/ISSUE_TEMPLATE/2-old-issue-template.md index 33c35d59..cbb5c40c 100644 --- a/.github/ISSUE_TEMPLATE/2-old-issue-template.md +++ b/.github/ISSUE_TEMPLATE/2-old-issue-template.md @@ -1,5 +1,5 @@ --- -name: Report an Issue (Old Template) +name: 🚩 Report an Issue (Old Template) about: Report an Issue to help us improve. title: '' labels: '' From 0cb8100674dfee2d10f4010a0db3177838297f7c Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:00:12 -0500 Subject: [PATCH 42/47] Update 3-feature-suggestion.yml --- .github/ISSUE_TEMPLATE/3-feature-suggestion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml index ead9f900..7186ba2a 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml @@ -1,4 +1,4 @@ -name: 🆕 Feature Suggestions & Request +name: 🆕 Features, Suggestions, & Request description: Suggest feature's, improvements or modifications to the theme. title: "[Feature Request] " labels: From 171bb0e8cb043e36cb8e8f10ff1fb7a29870b6d0 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:12:43 -0500 Subject: [PATCH 43/47] Delete .github/ISSUE_TEMPLATE/2-old-issue-template.md --- .../ISSUE_TEMPLATE/2-old-issue-template.md | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/2-old-issue-template.md diff --git a/.github/ISSUE_TEMPLATE/2-old-issue-template.md b/.github/ISSUE_TEMPLATE/2-old-issue-template.md deleted file mode 100644 index cbb5c40c..00000000 --- a/.github/ISSUE_TEMPLATE/2-old-issue-template.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: 🚩 Report an Issue (Old Template) -about: Report an Issue to help us improve. -title: '' -labels: '' -assignees: '' - ---- - -> Already looked at the Wiki? - https://github.com/soulhotel/FF-ULTIMA/wiki - -yes/no - -> Describe the issue: - -A description of what the issue is - -> Expected behavior: - -A description of what you expected to happen - -> Platform/Desktop: - -- OS: Windows 11, Linux Gnome, Linux KDE, Mac -- Browser Version: Firefox 123 - -> Picture | Video: - -Screenshot(s) or video of the issue are preferred From 5c1382bca421721d41a8d64890025fbe8da87c3a Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:12:50 -0500 Subject: [PATCH 44/47] Rename 3-feature-suggestion.yml to 2-feature-suggestion.yml --- .../{3-feature-suggestion.yml => 2-feature-suggestion.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{3-feature-suggestion.yml => 2-feature-suggestion.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/3-feature-suggestion.yml b/.github/ISSUE_TEMPLATE/2-feature-suggestion.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/3-feature-suggestion.yml rename to .github/ISSUE_TEMPLATE/2-feature-suggestion.yml From cc48e7090f66569ccb7fc9847baf15352d7f416a Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:20:42 -0500 Subject: [PATCH 45/47] Update nightly-override.css --- theme/nightly-override.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/nightly-override.css b/theme/nightly-override.css index 8b6fb826..bf3092ce 100644 --- a/theme/nightly-override.css +++ b/theme/nightly-override.css @@ -450,7 +450,7 @@ box-shadow: none !important;}} /* vt container tweaks */ #sidebar-main { - -moz-window-dragging: drag; /*allow dragging window via vt sb*/ + @media not (-moz-platform: windows) {-moz-window-dragging: drag;} /*allow dragging window via vt sb*/ margin: var(--uc-tab-margins) !important; & .tab-close-button, & #vertical-tabs-newtab-button, & #tabs-newtab-button {border-radius: 8px !important;} & #tabs-newtab-button .toolbarbutton-text {margin-left:4px !important;font-style: italic;} From 1f7f3da86351a58290210e2b8e3293ca6543bca6 Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:32:21 -0500 Subject: [PATCH 46/47] Update all-global-positioning.css --- theme/all-global-positioning.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/all-global-positioning.css b/theme/all-global-positioning.css index 82287d99..8ab52c08 100644 --- a/theme/all-global-positioning.css +++ b/theme/all-global-positioning.css @@ -231,6 +231,7 @@ toolbar { #navigator-toolbox:not(:hover) #urlbar:not(:hover):not([breakout-extend]) { transform-origin: top !important; transform: rotateX(92deg) !important; + @media (-moz-platform: windows) {transform: rotateX(75deg) !important;} transition: transform 0.3s ease !important; opacity:0; } From 72722d4fad9dd86aa7595e14750bfde204d682aa Mon Sep 17 00:00:00 2001 From: soulhotel <155501797+soulhotel@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:32:28 -0500 Subject: [PATCH 47/47] Update all-global-positioning.css --- theme/all-global-positioning.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/all-global-positioning.css b/theme/all-global-positioning.css index 8ab52c08..d37400f2 100644 --- a/theme/all-global-positioning.css +++ b/theme/all-global-positioning.css @@ -472,7 +472,7 @@ box-shadow: none !important;}} /* global tweaks */ #sidebar-main { - -moz-window-dragging: drag; + @media not (-moz-platform: windows) { -moz-window-dragging: drag;} &:not([positionend="true"]) {margin: var(--uc-tab-margins-left) !important;} &[positionend="true"] {margin: var(--uc-tab-margins-right) !important;} & .tab-close-button, & #vertical-tabs-newtab-button, & #tabs-newtab-button {border-radius: 8px !important;}