From 6a9c2e07ccc3074086fb14f238b2292a20050bce Mon Sep 17 00:00:00 2001 From: John Snow Date: Wed, 23 Jun 2021 11:27:46 +0100 Subject: [PATCH] GitLab: Add "Feature Request" issue template. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Based on Peter Krempa's libvirt template, feature.md. Signed-off-by: John Snow Signed-off-by: Alex Bennée Reviewed-by: Stefan Hajnoczi Reviewed-by: Thomas Huth Reviewed-by: Alex Bennée CC: Peter Krempa Message-Id: <20210607153155.1760158-3-jsnow@redhat.com> Message-Id: <20210623102749.25686-6-alex.bennee@linaro.org> --- .gitlab/issue_templates/feature_request.md | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitlab/issue_templates/feature_request.md diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md new file mode 100644 index 0000000000..7de02dcc2c --- /dev/null +++ b/.gitlab/issue_templates/feature_request.md @@ -0,0 +1,32 @@ + + +## Goal + + + +## Technical details + + + +## Additional information + + + +/label ~"kind::Feature Request" -- 2.11.4.GIT