diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 050b2076f22..ab79b1d7296 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,6 @@ --- name: Bug Report -about: Create a report to help us improve Numba +about: Report a bug. Not for asking general questions - see below. --- @@ -23,8 +23,8 @@ Before submitting a bug report please ensure that you can check off these boxes: - [ ] I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). -- [ ] I have included below a minimal working reproducer (if you are unsure how - to write one see http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports). +- [ ] I have included a self contained code sample to reproduce the problem. + i.e. it's possible to run as 'python bug.py'.