From 114806e3096f20c5781c12d123ca93ec11b33b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E6=9C=88=20=E9=9B=B6?= Date: Wed, 4 Jul 2018 19:56:20 +0900 Subject: [PATCH] add Feature requeest template --- .gitlab/issue_templates/Feature.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitlab/issue_templates/Feature.md diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 00000000..7505c0a1 --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,19 @@ +Feature Request +=============== +Summary +------- +[//]: # (Please write a concise description of the feature you would like implemented.) + +Prerequisites +------------- +[//]: # (Include links to other feature requests or problems that would need to be handled before implementing this.) + +Proposed Implementation +----------------------- +[//]: # (If you have an idea of how the feature should be implemented please write it down here.) + +References +---------- +[//]: # (Please provide links to projects which implement something similar, or projects that could be used to implement this feature.) + +/label ~feature