From 4586dc972d16ceec4afcef82779f2e1cf0293e04 Mon Sep 17 00:00:00 2001 From: Geoffrey Testelin Date: Mon, 24 May 2021 16:38:06 +0200 Subject: [PATCH] chore(issue): add a feature request template when opening an issue (#454) Closes #453 --- .github/ISSUE_TEMPLATE/feature-request.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..b8c9c0ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,11 @@ +--- +name: Feature request +about: Propose a new feature or an enhancement +title: '' +labels: enhancement +assignees: '' +--- + +## The problem + +## The solution