get.pme.sh/pnats@v0.0.0-20240304004023-26bb5a137ed0/.github/ISSUE_TEMPLATE/defect.yml (about) 1 --- 2 name: Defect 3 description: Report a defect, such as a bug or regression. 4 labels: 5 - defect 6 body: 7 - type: textarea 8 id: observed 9 attributes: 10 label: Observed behavior 11 description: Describe the unexpected behavior or performance regression you are observing. 12 validations: 13 required: true 14 - type: textarea 15 id: expected 16 attributes: 17 label: Expected behavior 18 description: Describe the expected behavior or performance characteristics. 19 validations: 20 required: true 21 - type: textarea 22 id: versions 23 attributes: 24 label: Server and client version 25 description: |- 26 Provide the versions you were using when the detect was observed. 27 For the server, use `nats-server --version`, check the startup log output, or the image tag pulled from Docker. 28 For the CLI client, use `nats --version`. 29 For language-specific clients, check the version downloaded by the language dependency manager. 30 validations: 31 required: true 32 - type: textarea 33 id: environment 34 attributes: 35 label: Host environment 36 description: |- 37 Specify any relevant details about the host environment the server and/or client was running in, 38 such as operating system, CPU architecture, container runtime, etc. 39 validations: 40 required: false 41 - type: textarea 42 id: steps 43 attributes: 44 label: Steps to reproduce 45 description: Provide as many concrete steps to reproduce the defect. 46 validations: 47 required: false