From 02b36fc8e84c1dfd90b698ac6cc65d95f6d942d7 Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Mon, 31 May 2021 13:39:36 +0200 Subject: [PATCH] [chore] Tweak issue template [skip ci] --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ .github/ISSUE_TEMPLATE/custom.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d5aea6a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Ask a question + url: https://github.com/jreleaser/jreleaser/discussions + about: Ask questions and discuss with other community members \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 741d8590..99bc4b47 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -43,3 +43,5 @@ Tell us what happens instead - **Operating System**: TODO - **JReleaser Version:** TODO - **JDK Version:** TODO + +Please paste stacktraces from `[out|build|target]/jreleaser/trace.log`. \ No newline at end of file