mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
15
thirdparty/stb/.github/ISSUE_TEMPLATE/1-stb_image-doesn-t-load-specific-image-correctly.md
vendored
Normal file
15
thirdparty/stb/.github/ISSUE_TEMPLATE/1-stb_image-doesn-t-load-specific-image-correctly.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: stb_image Doesn't Load Specific Image Correctly
|
||||
about: if an image displays wrong in your program, and you've verified stb_image is
|
||||
the problem
|
||||
title: ''
|
||||
labels: 1 stb_image
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
1. **Confirm that, after loading the image with stbi_load, you've immediately written it out with stbi_write_png or similar, and that version of the image is also wrong.** If it is correct when written out, the problem is not in stb_image. If it displays wrong in a program you're writing, it's probably your display code. For example, people writing OpenGL programs frequently do not upload or display the image correctly and assume stb_image is at fault even though writing out the image demonstrates that it loads correctly.
|
||||
|
||||
2. *Provide an image that does not load correctly using stb_image* so we can reproduce the problem.
|
||||
|
||||
3. *Provide an image or description of what part of the image is incorrect and how* so we can be sure we've reproduced the problem correctly.
|
||||
24
thirdparty/stb/.github/ISSUE_TEMPLATE/2-bug_report.md
vendored
Normal file
24
thirdparty/stb/.github/ISSUE_TEMPLATE/2-bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: if you're having trouble using a library, try the support forum instead
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
20
thirdparty/stb/.github/ISSUE_TEMPLATE/3-feature_request.md
vendored
Normal file
20
thirdparty/stb/.github/ISSUE_TEMPLATE/3-feature_request.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: 4 enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
5
thirdparty/stb/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
thirdparty/stb/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: support forum
|
||||
url: https://github.com/nothings/stb/discussions/categories/q-a
|
||||
about: having trouble using an stb library? don't create an issue, post in the forum
|
||||
Reference in New Issue
Block a user