From 2b22baf3044c417832d2352ee968b1eaf65cbb00 Mon Sep 17 00:00:00 2001 From: Maysam Yabandeh Date: Fri, 29 Sep 2017 11:33:32 -0700 Subject: [PATCH] Add a template for issues Summary: This template reminds the users to use issues only for bug reports. The template is written according to the github guidelines at https://help.github.com/articles/creating-an-issue-template-for-your-repository/ Closes https://github.com/facebook/rocksdb/pull/2948 Differential Revision: D5943558 Pulled By: maysamyabandeh fbshipit-source-id: c83b5d211ea8e334107141967689b2f0c453bbc9 --- issue_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 000000000..3e16c99a6 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,7 @@ +> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev + +### Expected behavior + +### Actual behavior + +### Steps to reproduce the behavior