From 40af352d7440f61126e1c55bb0316edbc33adf45 Mon Sep 17 00:00:00 2001
From: Andrew Gallant <jamslam@gmail.com>
Date: Tue, 14 Apr 2020 16:28:09 -0400
Subject: [PATCH] github: add necessary metadata

---
 .github/ISSUE_TEMPLATE/bug_report.md      | 9 +++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index fc68281b..0eac905c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,3 +1,12 @@
+---
+name: Bug report
+about: An issue with ripgrep or any of its crates (ignore, globset, etc.)
+title: ''
+labels: ''
+assignees: ''
+---
+
+
 #### What version of ripgrep are you using?
 
 Replace this text with the output of `rg --version`.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index e2514c9c..88f24b3f 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,3 +1,12 @@
+---
+name: Feature request
+about: Suggest a new feature for ripgrep
+title: ''
+labels: ''
+assignees: ''
+---
+
+
 #### Describe your feature request
 
 Please describe the behavior you want and the motivation. Please also provide