Skip to content

Commit

Permalink
Update bug and feature request templates.
Browse files Browse the repository at this point in the history
Wording changes to try and push general questions onto discourse and
keep github issues/PRs for development. This makes bug and feature
request text point to "below" which has a General Question category
as present on discourse. Also changes the bug report template to ask
for a self contained reproducer with a simple definition of what that
is.
  • Loading branch information
stuartarchibald committed Nov 18, 2020
1 parent 1bbe3e5 commit c36fde4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -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.

---

Expand All @@ -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'.

<!--
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Feature Request
about: Tell us about something in the Python language/NumPy you'd like Numba to support.
about: Tell us about something in the Python language/NumPy you'd like Numba to support. Not for asking general questions - see below.

---

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false
contact_links:
- name: General Question
url: https://numba.discourse.group/c/numba/community-support/
about: "If you have a question like *How do I speed up X?* then please ask on Numba's discourse instance."
about: "If you have a general question (not a bug report or feature request) then please ask on Numba's discourse instance."
- name: Quick Question/Just want to say Hi!
url: https://gitter.im/numba/numba
about: "If you have a quick question or want chat to users/developers in real time then please use gitter.im/numba/numba"
Expand Down

0 comments on commit c36fde4

Please sign in to comment.