From 585e7f33dd8a229b6d911ccf494e13b6d6603e82 Mon Sep 17 00:00:00 2001 From: Wolfst0rm Date: Wed, 11 Nov 2020 12:46:06 +0100 Subject: [PATCH 01/12] [Issues] Add in Issue Requests Forms Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/bugs.md | 27 ++++++++++++++++++++++ .github/ISSUE_REQUEST/incompatible_mods.md | 0 .github/ISSUE_REQUEST/request.md | 0 3 files changed, 27 insertions(+) create mode 100644 .github/ISSUE_REQUEST/bugs.md create mode 100644 .github/ISSUE_REQUEST/incompatible_mods.md create mode 100644 .github/ISSUE_REQUEST/request.md diff --git a/.github/ISSUE_REQUEST/bugs.md b/.github/ISSUE_REQUEST/bugs.md new file mode 100644 index 00000000..b8479c0e --- /dev/null +++ b/.github/ISSUE_REQUEST/bugs.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F41B Bug Report" +about: Is something broken with Optifabric, please report it here! +labels: 'Type: Bug' +--- + + + + +#### Version Number + + +#### List of Other Mods and Versions + + +#### Expected Behaviour + + +#### Actual Behaviour + + +#### Reproduction Steps + + +#### Crash Logs (If any) + + diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/ISSUE_REQUEST/request.md b/.github/ISSUE_REQUEST/request.md new file mode 100644 index 00000000..e69de29b From a095952c4374186eed3c1e1a05661eb2a7d0325d Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 12:49:08 +0100 Subject: [PATCH 02/12] [Issues] Add in Incompatible Mods Form Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/incompatible_mods.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md index e69de29b..1c2695f0 100644 --- a/.github/ISSUE_REQUEST/incompatible_mods.md +++ b/.github/ISSUE_REQUEST/incompatible_mods.md @@ -0,0 +1,24 @@ +--- +name: Incompatible Mods +about: Is another mod breaking Optifabric, please report it here! +labels: 'Type: Incompatible Mod' +--- + + + + +#### Name of Mod In Question + + +#### Version of Fabric + + +#### Version Number + + +#### List of Other Mods + + +#### Crash Logs (If any) + + From 12744d524828dd8a36855a395fd286e192f601c3 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 12:54:32 +0100 Subject: [PATCH 03/12] [Issues] Rename Requests to Support and Update Incompatible Mods Issue Creator Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/incompatible_mods.md | 2 +- .github/ISSUE_REQUEST/request.md | 0 .github/ISSUE_REQUEST/support.md | 28 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) delete mode 100644 .github/ISSUE_REQUEST/request.md create mode 100644 .github/ISSUE_REQUEST/support.md diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md index 1c2695f0..d5976198 100644 --- a/.github/ISSUE_REQUEST/incompatible_mods.md +++ b/.github/ISSUE_REQUEST/incompatible_mods.md @@ -5,7 +5,7 @@ labels: 'Type: Incompatible Mod' --- - + #### Name of Mod In Question diff --git a/.github/ISSUE_REQUEST/request.md b/.github/ISSUE_REQUEST/request.md deleted file mode 100644 index e69de29b..00000000 diff --git a/.github/ISSUE_REQUEST/support.md b/.github/ISSUE_REQUEST/support.md new file mode 100644 index 00000000..6c60b4d8 --- /dev/null +++ b/.github/ISSUE_REQUEST/support.md @@ -0,0 +1,28 @@ +--- +name: Generic Support +about: For all Generic Support Questions! +labels: 'Type: support ticket' +--- + + + + + + +#### What are you experiencing? + + + + +#### Version of Fabric + + +#### Version Number + + +#### List of Other Mods + + +#### Crash Logs (If any) + + From 166f335b3cc5ccc503976f69af0c028e46063f47 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:05:12 +0100 Subject: [PATCH 04/12] [Issues] Move Shaders to its own form Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/shaders.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_REQUEST/shaders.md diff --git a/.github/ISSUE_REQUEST/shaders.md b/.github/ISSUE_REQUEST/shaders.md new file mode 100644 index 00000000..f4e3970b --- /dev/null +++ b/.github/ISSUE_REQUEST/shaders.md @@ -0,0 +1,36 @@ +--- +name: Shaders Issues +about: For all issues with Shaders and OptiFabric +labels: 'Type: shaders' +--- + + + + + + + +#### What are you experiencing? + + + + +#### What shaders are you using? + + +#### Does the shaders work without OptiFabric? + + +#### Version of Fabric + + +#### Version Number + + +#### List of Other Mods + + +#### Crash Logs (If any) + + From 236dac531bf3b45a48c356dd021b1cd835953ad6 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:06:48 +0100 Subject: [PATCH 05/12] [Issues] Amend Comments on the Issues, now points to the correct forms Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/bugs.md | 5 ++++- .github/ISSUE_REQUEST/incompatible_mods.md | 5 ++++- .github/ISSUE_REQUEST/shaders.md | 1 - .github/ISSUE_REQUEST/support.md | 4 ++-- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_REQUEST/bugs.md b/.github/ISSUE_REQUEST/bugs.md index b8479c0e..fe632254 100644 --- a/.github/ISSUE_REQUEST/bugs.md +++ b/.github/ISSUE_REQUEST/bugs.md @@ -5,7 +5,10 @@ labels: 'Type: Bug' --- - + + + + #### Version Number diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md index d5976198..63da02dd 100644 --- a/.github/ISSUE_REQUEST/incompatible_mods.md +++ b/.github/ISSUE_REQUEST/incompatible_mods.md @@ -5,7 +5,10 @@ labels: 'Type: Incompatible Mod' --- - + + + + #### Name of Mod In Question diff --git a/.github/ISSUE_REQUEST/shaders.md b/.github/ISSUE_REQUEST/shaders.md index f4e3970b..fac3acd2 100644 --- a/.github/ISSUE_REQUEST/shaders.md +++ b/.github/ISSUE_REQUEST/shaders.md @@ -11,7 +11,6 @@ labels: 'Type: shaders' #### What are you experiencing? - diff --git a/.github/ISSUE_REQUEST/support.md b/.github/ISSUE_REQUEST/support.md index 6c60b4d8..15ff8ef8 100644 --- a/.github/ISSUE_REQUEST/support.md +++ b/.github/ISSUE_REQUEST/support.md @@ -1,6 +1,6 @@ --- name: Generic Support -about: For all Generic Support Questions! +about: For all Generic Support Questions! (ex: Freezes on Load) labels: 'Type: support ticket' --- @@ -8,9 +8,9 @@ labels: 'Type: support ticket' + #### What are you experiencing? - From 3336e47717065b0c2481593d35ac4b4b4fc835d4 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:10:05 +0100 Subject: [PATCH 06/12] [Issues] Change out Generic Support to just be questions Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_REQUEST/support.md b/.github/ISSUE_REQUEST/support.md index 15ff8ef8..02702b38 100644 --- a/.github/ISSUE_REQUEST/support.md +++ b/.github/ISSUE_REQUEST/support.md @@ -1,7 +1,7 @@ --- -name: Generic Support +name: Questions about: For all Generic Support Questions! (ex: Freezes on Load) -labels: 'Type: support ticket' +labels: 'Type: question' --- From b16b7ea6e715e6fee2fadf405d48f95f4e320305 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:13:26 +0100 Subject: [PATCH 07/12] [Issues] Remove Generic from everythiong Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/bugs.md | 2 +- .github/ISSUE_REQUEST/incompatible_mods.md | 2 +- .github/ISSUE_REQUEST/shaders.md | 4 +++- .github/ISSUE_REQUEST/support.md | 6 ++++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_REQUEST/bugs.md b/.github/ISSUE_REQUEST/bugs.md index fe632254..56a457c7 100644 --- a/.github/ISSUE_REQUEST/bugs.md +++ b/.github/ISSUE_REQUEST/bugs.md @@ -7,7 +7,7 @@ labels: 'Type: Bug' - + #### Version Number diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md index 63da02dd..5c18209e 100644 --- a/.github/ISSUE_REQUEST/incompatible_mods.md +++ b/.github/ISSUE_REQUEST/incompatible_mods.md @@ -7,7 +7,7 @@ labels: 'Type: Incompatible Mod' - + #### Name of Mod In Question diff --git a/.github/ISSUE_REQUEST/shaders.md b/.github/ISSUE_REQUEST/shaders.md index fac3acd2..e69b3890 100644 --- a/.github/ISSUE_REQUEST/shaders.md +++ b/.github/ISSUE_REQUEST/shaders.md @@ -7,12 +7,14 @@ labels: 'Type: shaders' - + #### What are you experiencing? + + #### What shaders are you using? diff --git a/.github/ISSUE_REQUEST/support.md b/.github/ISSUE_REQUEST/support.md index 02702b38..1d8cab8d 100644 --- a/.github/ISSUE_REQUEST/support.md +++ b/.github/ISSUE_REQUEST/support.md @@ -1,18 +1,20 @@ --- name: Questions -about: For all Generic Support Questions! (ex: Freezes on Load) +about: For all Support Questions! (ex: Freezes on Load) labels: 'Type: question' --- - + #### What are you experiencing? + + #### Version of Fabric From 82140bab9e570fe519f8d5fb3edd40632c7612d0 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:13:26 +0100 Subject: [PATCH 08/12] [Issues] Remove Generic from everything Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_REQUEST/bugs.md b/.github/ISSUE_REQUEST/bugs.md index 56a457c7..e54fd983 100644 --- a/.github/ISSUE_REQUEST/bugs.md +++ b/.github/ISSUE_REQUEST/bugs.md @@ -11,7 +11,7 @@ labels: 'Type: Bug' #### Version Number - + #### List of Other Mods and Versions From 77f0261b915f59d1326456403b3cdc4795624bc5 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:20:37 +0100 Subject: [PATCH 09/12] [Issues] Add in CodeOwners and Collaborators List Signed-off-by: Wolfstorm --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..8a861283 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,17 @@ +# OptiFabric (People who helped Develop the Core Mod) +modmuss50 - Main Dev until 1.16 +Andrews54757 +Chocohead + +# Collaborators (People who have contributed to OptiFabric Development since May 2019) +calloatti +modmuss50 +Andrews54757 +Chocohead +CDAGaming +Wolfst0rm +cs127 +amusingimpala75 + +#Optifine (Owner of the Optifine Codebase) +sp614x \ No newline at end of file From b3b1ffe3bfce1cbcabcd08be7597349b24a313a7 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:21:41 +0100 Subject: [PATCH 10/12] [Issues] Add in Title to all Issue Creation Forms Signed-off-by: Wolfstorm --- .github/ISSUE_REQUEST/bugs.md | 1 + .github/ISSUE_REQUEST/incompatible_mods.md | 1 + .github/ISSUE_REQUEST/shaders.md | 1 + .github/ISSUE_REQUEST/support.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_REQUEST/bugs.md b/.github/ISSUE_REQUEST/bugs.md index e54fd983..6578dddd 100644 --- a/.github/ISSUE_REQUEST/bugs.md +++ b/.github/ISSUE_REQUEST/bugs.md @@ -2,6 +2,7 @@ name: "\U0001F41B Bug Report" about: Is something broken with Optifabric, please report it here! labels: 'Type: Bug' +title: "[Category] Short description" --- diff --git a/.github/ISSUE_REQUEST/incompatible_mods.md b/.github/ISSUE_REQUEST/incompatible_mods.md index 5c18209e..7fd01132 100644 --- a/.github/ISSUE_REQUEST/incompatible_mods.md +++ b/.github/ISSUE_REQUEST/incompatible_mods.md @@ -2,6 +2,7 @@ name: Incompatible Mods about: Is another mod breaking Optifabric, please report it here! labels: 'Type: Incompatible Mod' +title: "[Category] Short description" --- diff --git a/.github/ISSUE_REQUEST/shaders.md b/.github/ISSUE_REQUEST/shaders.md index e69b3890..d57d3388 100644 --- a/.github/ISSUE_REQUEST/shaders.md +++ b/.github/ISSUE_REQUEST/shaders.md @@ -2,6 +2,7 @@ name: Shaders Issues about: For all issues with Shaders and OptiFabric labels: 'Type: shaders' +title: "[Category] Short description" --- diff --git a/.github/ISSUE_REQUEST/support.md b/.github/ISSUE_REQUEST/support.md index 1d8cab8d..d34d3930 100644 --- a/.github/ISSUE_REQUEST/support.md +++ b/.github/ISSUE_REQUEST/support.md @@ -2,6 +2,7 @@ name: Questions about: For all Support Questions! (ex: Freezes on Load) labels: 'Type: question' +title: "[Category] Short description" --- From 7a446a7943629e81c59f5d3a189d7346838c1424 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:26:34 +0100 Subject: [PATCH 11/12] [Issues] Rename Collaborators to Contributors Signed-off-by: Wolfstorm --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8a861283..1f36e8b1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,9 @@ -# OptiFabric (People who helped Develop the Core Mod) -modmuss50 - Main Dev until 1.16 +# OptiFabric (People who helped Develop the Core Mod since May 2019) +modmuss50 Andrews54757 Chocohead -# Collaborators (People who have contributed to OptiFabric Development since May 2019) +# Contributors (People who have contributed to OptiFabric Development since May 2019) calloatti modmuss50 Andrews54757 From b25835cd66c99a560c355032d564f0428af10b53 Mon Sep 17 00:00:00 2001 From: Wolfstorm Date: Wed, 11 Nov 2020 13:29:46 +0100 Subject: [PATCH 12/12] [Issues] Add in FabricMC team as well. Sorry if I missed anyone! Signed-off-by: Wolfstorm --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1f36e8b1..7b419d2b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,5 +13,22 @@ Wolfst0rm cs127 amusingimpala75 +#FabricMC Team (All the people who have made Fabric a thing) +modmuss50 +2xsaiko +Gegy +haykam821 +i509VCB +Juuxel +Prospector +Runemoro +AppleTheGolden +Shadowfacts +SuperCoder79 +Mary +Vaerian +YanisBft +And anyone else who I may have missed who are not part of the FabricMC Github Org. + #Optifine (Owner of the Optifine Codebase) sp614x \ No newline at end of file