From 56e0d2b7bf0f592899ed90d493ef728265b14825 Mon Sep 17 00:00:00 2001 From: Geoffrey Testelin Date: Sun, 23 May 2021 10:46:30 +0200 Subject: [PATCH] chore(issue): add a feature request template when opening an issue 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 000000000..b8c9c0edf --- /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