From 843d6bbdd153301de283444735ab0fb6da2a99c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Schuster Date: Wed, 1 May 2024 17:49:26 -0700 Subject: [PATCH] Clean up issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 13e16f5..56ad126 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,8 +9,8 @@ assignees: "" **Is this a bug with the Elm package wolfadex/elm-open-api, or the CLI tool elm-open-api?** These are 2 related but separate tools. This is the Elm package wolfadex/elm-open-api, used for decoding the Open API spec into Elm types for convenient use in other places. There's -also the related CLI tool [elm-open-api](https://github.com/wolfadex/elm-open-api-cli) by -@wolfadex, which uses this package to generate Elm SDKS. +also the related CLI tool https://github.com/wolfadex/elm-open-api-cli by @wolfadex, which +uses this package to generate Elm SDKS. If this is a bug with the Elm package, you're in the right place! If this is a bug with the CLI tool, please report that issue here https://github.com/wolfadex/elm-open-api-cli/issues/new/choose