From f04f968f1283fd5a486e482890db88d8a8ed468f Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Fri, 7 May 2021 19:35:02 +0200 Subject: [PATCH] Update issue templates --- .../trouble-shooting-and-programming-help.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md diff --git a/.github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md b/.github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md new file mode 100644 index 00000000..4ac2b448 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md @@ -0,0 +1,12 @@ +--- +name: Trouble shooting and programming help +about: "Please use StackOverflow instead \U0001F600 " +title: '' +labels: Trouble-shooting +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. + +Tag the question with `java`, `javax-imageio` and/or `twelvemonkeys` and we'll find them there.