From bdcb7f2f60d6fce5eccd0c92ef0279e31f31d3e5 Mon Sep 17 00:00:00 2001 From: Pierre GIRAUD Date: Wed, 21 Aug 2024 15:30:50 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..4535394c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,16 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: Failed to parse plan +labels: parsing +assignees: '' + +--- + +I tried to submit a plan but got a `Couldn't parse plan` error. + +Here's the plan: + +``` +Paste the plan here +```