mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 09:38:52 +08:00
add issue templates
This commit is contained in:
parent
e94617304c
commit
19429d9d72
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -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.
|
19
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/feature-suggestion.md
vendored
Normal file
@ -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`"
|
Loading…
Reference in New Issue
Block a user