summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-04-14 16:28:09 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-04-14 16:28:09 -0400
commit40af352d7440f61126e1c55bb0316edbc33adf45 (patch)
tree82bd2c2685df7ee09ae58ae013d5487720f5210c
parent3f1d4b397df30362a88d759fadf8ae2e613d1339 (diff)
github: add necessary metadata
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md9
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md9
2 files changed, 18 insertions, 0 deletions
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