Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Request Filtering #94

Open
wants to merge 14 commits into
base: llama
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# OptiFabric (People who helped Develop the Core Mod since May 2019)
modmuss50
Andrews54757
Chocohead

# Contributors (People who have contributed to OptiFabric Development since May 2019)
calloatti
modmuss50
Andrews54757
Chocohead
CDAGaming
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
31 changes: 31 additions & 0 deletions .github/ISSUE_REQUEST/bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: "\U0001F41B Bug Report"
about: Is something broken with Optifabric, please report it here!
labels: 'Type: Bug'
title: "[Category] Short description"
---

<!-- Before reporting an issue with optifabric, please ensure you are using the latest version of OptiFabric --->
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you have questions, please use the Questions issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### Version Number
<!-- What Version of OptiFabric are you using? -->

#### List of Other Mods and Versions
<!-- What Other Mods are you using? What versions are they? -->

#### Expected Behaviour
<!-- What behaviour do you expect -->

#### Actual Behaviour
<!-- What Actually went wrong -->

#### Reproduction Steps
<!-- Step by step what caused the issue -->

#### Crash Logs (If any)
<!-- Is it Crashing your game? Please attach your logs! -->

28 changes: 28 additions & 0 deletions .github/ISSUE_REQUEST/incompatible_mods.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Incompatible Mods
about: Is another mod breaking Optifabric, please report it here!
labels: 'Type: Incompatible Mod'
title: "[Category] Short description"
---

<!-- Before reporting an issue with optifabric, please ensure you are using the latest version of OptiFabric --->
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you require questions, please use the Support issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### Name of Mod In Question
<!-- What is the name of the Incompatible Mod-->

#### Version of Fabric
<!-- What version of Fabric are you using-->

#### Version Number
<!-- What Version of OptiFabric are you using -->

#### List of Other Mods
<!-- What Other Mods are you using as well? -->

#### Crash Logs (If any)
<!-- Is it Crashing your game? Please attach your logs! -->

38 changes: 38 additions & 0 deletions .github/ISSUE_REQUEST/shaders.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Shaders Issues
about: For all issues with Shaders and OptiFabric
labels: 'Type: shaders'
title: "[Category] Short description"
---

<!-- Before reporting an issue with optifabric, please ensure you are using the latest version of OptiFabric --->
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you have questions, please use the Questions issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### What are you experiencing?
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you have questions, please use the Questions issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### What shaders are you using?
<!-- What Shaders are you using? -->

#### Does the shaders work without OptiFabric?
<!-- Test without Optifabric being present and see if it also occurs.
If not continue with this form -->

#### Version of Fabric
<!-- What version of Fabric are you using-->

#### Version Number
<!-- What Version of OptiFabric are you using -->

#### List of Other Mods
<!-- What Other Mods are you using as well? -->

#### Crash Logs (If any)
<!-- Is it Crashing your game? Please attach your logs! -->

31 changes: 31 additions & 0 deletions .github/ISSUE_REQUEST/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Questions
about: For all Support Questions! (ex: Freezes on Load)
labels: 'Type: question'
title: "[Category] Short description"
---

<!-- Before reporting an issue with optifabric, please ensure you are using the latest version of OptiFabric --->
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you have questions, please use the Questions issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### What are you experiencing?
<!-- If a mod is incompatible, please use the Incompatible Mods issue creator -->
<!-- If Optifabric is crashing your game, please use the Bug Report issue creator -->
<!-- If you have questions, please use the Questions issue creator -->
<!-- If certain shaders are not working with OptiFabric, please use the Shaders Issues issue creator -->

#### Version of Fabric
<!-- What version of Fabric are you using-->

#### Version Number
<!-- What Version of OptiFabric are you using -->

#### List of Other Mods
<!-- What Other Mods are you using as well? -->

#### Crash Logs (If any)
<!-- Is it Crashing your game? Please attach your logs! -->