From 07ade3f380f566d24cb6ede9ebb69f9f6aef3948 Mon Sep 17 00:00:00 2001 From: Martyanov Andrey <37772440+martyanovandrey@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:59:30 +0300 Subject: [PATCH] chore: create issue template --- .github/ISSUE_TEMPLATE/custom.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 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..10843dff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,42 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + + +Transform version: + +## Steps To Reproduce + +1. +2. + + + +Link to code example: + + + +## The current behavior + + +## The expected behavior