mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
Update issue templates
This commit is contained in:
parent
b5088312e2
commit
4c2ab6da7b
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -10,24 +10,18 @@ assignees: ''
|
|||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**TwelveMonkeys ImageIO version**
|
**Version information**
|
||||||
The version of the library in use.
|
1. The version of the TwelveMonkeys ImageIO library in use.
|
||||||
|
For example: 4.0.0
|
||||||
For example:
|
|
||||||
|
|
||||||
4.0.0
|
|
||||||
|
|
||||||
**Java version**
|
|
||||||
The *exact* output of `java --version` (or `java -version` for older Java releases).
|
|
||||||
|
|
||||||
|
2. The *exact* output of `java --version` (or `java -version` for older Java releases).
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
java version "1.8.0_271"
|
java version "1.8.0_271"
|
||||||
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
|
Java(TM) SE Runtime Environment (build 1.8.0_271-b09)
|
||||||
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
|
Java HotSpot(TM) 64-Bit Server VM (build 25.271-b09, mixed mode)
|
||||||
|
|
||||||
**Environment info**
|
3. Extra information about OS version, server version, standalone program or web application packaging, executable wrapper, etc. Please state exact version numbers where applicable.
|
||||||
Extra information about OS version, server version, standalone program or web application packaging, executable wrapper, etc. Please state exact version numbers where applicable.
|
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
@ -45,7 +39,7 @@ Preferably as a failing JUnit test, or a standalone program with a `main` method
|
|||||||
|
|
||||||
Less is more. Don't add your entire project, only the code required to reproduce the problem. 😀
|
Less is more. Don't add your entire project, only the code required to reproduce the problem. 😀
|
||||||
|
|
||||||
**Sample file**
|
**Sample file(s)**
|
||||||
Attach any sample files needed to reproduce the problem. Use a ZIP-file if the format is not directly supported by GitHub.
|
Attach any sample files needed to reproduce the problem. Use a ZIP-file if the format is not directly supported by GitHub.
|
||||||
|
|
||||||
**Stak trace**
|
**Stak trace**
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Trouble shooting and programming help
|
name: Trouble shooting and programming help
|
||||||
about: 'General programming issues will reach a wider audience at StackOverflow. Tag
|
about: "General programming issues will reach a wider audience at StackOverflow. Tag
|
||||||
questions with java, javax-imageio and/or twelvemonkeys '
|
questions with javax-imageio and/or twelvemonkeys \U0001F600 "
|
||||||
title: ''
|
title: ''
|
||||||
labels: Trouble-shooting
|
labels: Trouble-shooting
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
General programming issues and problems will reach a much wider audience at StackOverflow, we suggest you ask them there. This will offload our work with maintaining the library, and make sure you get help as fast as possible.
|
General programming issues and problems will reach a much wider audience at StackOverflow, we suggest you ask them there. This will offload our work with maintaining the library, and make sure you get better help sooner.
|
||||||
|
|
||||||
Tag the question with `java`, `javax-imageio` and/or `twelvemonkeys` and we'll find them there.
|
Tag the question with `javax-imageio` and/or `twelvemonkeys` and we'll find them there.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user