From 19429d9d72c211778b683642abe768bcd3de2ec9 Mon Sep 17 00:00:00 2001 From: Xonk <122314734+X0nk@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:58:28 -0400 Subject: [PATCH] add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-suggestion.md | 19 ++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-suggestion.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..af8c5df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a bug report so i can see if i can fix it. +title: '' +labels: bug +assignees: '' + +--- + +### Describe the bug +Describe the bug in as much detail as possible. capturing footage of it with images or videos is preferred. + +### Describe how your minecraft is set up +1. Include a screenshot of the in-game f3 debug overlay. Please make sure it is fully visible. + +2. If you cannot do option 1. Please list the following information instead: +- What GPU vendor you are using (e.g Apple/AMD/Nvidia/Intel) +- What operating system you are using (e.g Windows/Linux/macOS) +- What minecraft version you are playing (e.g 1.20.4, 1.16.5, 1.12) +- If you are using a special client for minecraft (e.g lunar, badlion, feather) +- What shader loading mod you are using (e.g Iris/oculus/optifine) +- What version of the shader you are using (e.g Bliss v2.0.4, Bliss Shader Main) +- If you are using any, what additional mods you are using besides the ones required to use the shader (e.g distant horizons, physics mod) + +### Describe how to reproduce the bug +Show exactly how to make the bug appear, if you can. Video footage is preferred. + +Isolate the bug. some multiplayer servers cause issues on their own. in a newly made singleplayer world, with default/reset shader settings, show the steps to cause the bug + +if it is happening on content from a mod, list what mod, and what content of that mod it happens on. + +if a specific shader setting can make it start/stop bugging, please list what shader setting does that. diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md new file mode 100644 index 0000000..2a44f5e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -0,0 +1,19 @@ +--- +name: Feature Suggestion +about: Suggest to add/change a feature +title: '' +labels: suggestion +assignees: '' + +--- + +### OPTION A: Describe the feature you would like to be added to the shader +Describe the feature in detail, so i can know exactly what you are talking about. + +example: "could you add RTX to bliss? it makes it look like real life. here is a screenshot of what it could look like from another shader/another game: `image1.jpeg` `image2.jpeg`" + +### OPTION B: Describe the feature you would like to be changed in the shader +Describe exactly what feature you are talking about in the shader, using names of settings that turn it on/off, or a screenshot of the feature itself. + +example: "the "temporal upscaling" feature has a minimum value of "0.1". could you please allow it to reach zero? i really hate seeing detail! +you can find the setting in `shader settings > post processing > anti aliasing`"