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