From a13e7aa5fa8e52231f90752c4bab84d76d98f73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E6=9C=88=20=E9=9B=B6?= Date: Wed, 13 Jun 2018 18:17:36 +0900 Subject: [PATCH] try adding a feature request template --- .gitignore | 4 +++- .gitlab/issue_templates/Feature.md | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitlab/issue_templates/Feature.md diff --git a/.gitignore b/.gitignore index 74b6b65..903b6d2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ conf.json super.json dbdata npm-debug.log -shinobi.sqlite \ No newline at end of file +shinobi.sqlite +*.swp +*.swo diff --git a/.gitlab/issue_templates/Feature.md b/.gitlab/issue_templates/Feature.md new file mode 100644 index 0000000..9d8153b --- /dev/null +++ b/.gitlab/issue_templates/Feature.md @@ -0,0 +1,9 @@ +(This template is ONLY for Feature Requests! DO NOT use this template to report bugs or ask for +support.) +Requested Feature Summary +========================= +(Please write a concise description of the feature you would like implemented.) +(!If you post images or video as refrences please be sure you do not infringe copyright by +including them!) + +/label ~feature