Conversation
| placeholder: ex. v1.2.21 | ||
| validations: | ||
| required: true | ||
| # Can remove this field for most SDKs, but useful for JS |
There was a problem hiding this comment.
Honestly I think this wouldn't even be useful for JS (and certainly not for js v2 😄). I would suggest replacing this with a "Which platform are you experiencing this issue on" (runtime version, browser/react-native/nodejs, etc) which would probably be useful for every SDK.
| name: Bug Report | ||
| description: File a bug report | ||
| title: "[Bug]: " | ||
| labels: ["bug", "triage"] |
There was a problem hiding this comment.
I'm not against using the "triage" label but if we're gonna go for that we ought to add it to https://github.com/ably/engineering/blob/main/sdk/github.md#labels and document some process about how we use it - i guess that would just be "remove the label once the bug is prioritised"
| description: If things were working as you'd expect, what would have you seen instead? | ||
| validations: | ||
| required: true | ||
| - type: textarea |
There was a problem hiding this comment.
My personal preference would be to merge these two fields into an "additional information" field which suggests sharing a minimal repro or debug logs
No description provided.