Skip to content

Commit

Permalink
Merge pull request #1936 from minrk/confirm-pyzmq
Browse files Browse the repository at this point in the history
try to confirm that folks read the pyzmq issue prompt
  • Loading branch information
minrk authored Feb 19, 2024
2 parents b8db5e2 + ef5b1db commit b76f031
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ body:
(e.g. missing messages, etc.)
are best directed towards [zeromq/libzmq](https://github.com/zeromq/libzmq) instead.
- type: checkboxes
id: not-libzmq
attributes:
label: This is a pyzmq bug
description: Make sure to open issues about zmq socket behavior (e.g. HWM, LINGER, missed or dropped messages) on zeromq/libzmq itself, not here.
options:
- label: This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out together.
required: true
- type: input
id: pyzmq-version
attributes:
Expand Down

0 comments on commit b76f031

Please sign in to comment.