Skip to content

Commit

Permalink
[improve][misc] Add mandatory checkbox about release policy in the is…
Browse files Browse the repository at this point in the history
…sue template (#22267)
  • Loading branch information
lhotari authored Mar 14, 2024
1 parent 1156904 commit 37d88b8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ body:
For suggestions or help, please consider:
1. [User Mail List](mailto:[email protected]) ([subscribe](mailto:[email protected]));
2. [Github Discussion](https://github.com/apache/pulsar/discussions).
If you are reporting a security vulnerability, please instead follow the [security policy](https://pulsar.apache.org/en/security/).
- type: checkboxes
attributes:
label: Search before asking
Expand All @@ -37,11 +39,20 @@ body:
- label: >
I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
required: true
- type: checkboxes
attributes:
label: Read release policy
description: >
Please check the [supported Pulsar versions in the release policy](https://pulsar.apache.org/contribute/release-policy/#supported-versions).
options:
- label: >
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
required: true
- type: textarea
attributes:
label: Version
description: >
Please provide the OS and Pulsar version you are using. If you are using the master branch, please provide the commit id.
Please provide the OS, Java version and Pulsar versions (client + broker) you are using.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 37d88b8

Please sign in to comment.