From a4576d854a020eab3218efb733950d3d0b68551e Mon Sep 17 00:00:00 2001 From: jingkai Date: Thu, 5 Nov 2020 02:20:27 +0800 Subject: [PATCH] Add Feature request template (#3403) * Added feature request template, from wagtail's example which I feel is comprehensive enough (https://github.com/wagtail/wagtail/pull/5596) Signed-off-by: xlanor * Update as per request to change label Signed-off-by: xlanor --- .github/FEATURE_REQUEST.md | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/FEATURE_REQUEST.md diff --git a/.github/FEATURE_REQUEST.md b/.github/FEATURE_REQUEST.md new file mode 100644 index 0000000000..0e35366308 --- /dev/null +++ b/.github/FEATURE_REQUEST.md @@ -0,0 +1,43 @@ +--- +name: "Feature Request" +about: Suggest an idea for improving Thanos +title: '' +labels: "feature request / improvement" +assignees: '' + +--- + +### Is your proposal related to a problem? + + + +(Write your answer here.) + +### Describe the solution you'd like + + + +(Describe your proposed solution here.) + +### Describe alternatives you've considered + + + +(Write your answer here.) + +### Additional context + + + +(Write your answer here.) \ No newline at end of file