Commit 358395d96153429f483745f45b8ad44282c8b16c

Authored by Andrew Kane
1 parent 076ab928

Updated issue template [skip ci]

Showing 1 changed file with 2 additions and 5 deletions   Show diff stats
.github/ISSUE_TEMPLATE/bug_report.md
... ... @@ -13,7 +13,7 @@ Search existing issues to see if it’s been reported.
13 13 **Describe the bug**
14 14 A clear and concise description of the bug.
15 15  
16   -**To Reproduce**
  16 +**To reproduce**
17 17 Use this code to reproduce when possible:
18 18  
19 19 ```ruby
... ... @@ -48,8 +48,5 @@ Product.search_index.refresh
48 48 p Product.search("test", fields: [:name]).response
49 49 ```
50 50  
51   -**Expected behavior**
52   -A clear and concise description of what you expected to happen.
53   -
54 51 **Additional context**
55   -Add any other context about the problem here.
  52 +Add any other context.
... ...