From 27c91bbd2d86230cf82e2ac78fbf9d67c6699703 Mon Sep 17 00:00:00 2001 From: Girish S <77159690+girish-07@users.noreply.github.com> Date: Sun, 20 Aug 2023 13:36:44 +0530 Subject: [PATCH] Create documentation_issue.yml as Github Issue Template for documentation (#460) --- .github/ISSUE_TEMPLATE/documentation_issue.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation_issue.yml diff --git a/.github/ISSUE_TEMPLATE/documentation_issue.yml b/.github/ISSUE_TEMPLATE/documentation_issue.yml new file mode 100644 index 00000000..781397fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_issue.yml @@ -0,0 +1,11 @@ +name: Documentation +description: Report an issue related to the Embedchain docs. +title: "DOC: " + +body: +- type: textarea + attributes: + label: "Issue with current documentation:" + description: > + Please make sure to leave a reference to the document/code you're + referring to.