From f347025ecff56eb3bfaa4d3146e49f2d6b893bb3 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 19 Feb 2024 09:25:39 +0100 Subject: [PATCH] try to confirm that folks read the pyzmq issue prompt --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6c5688852..ce6434a28 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: