Files
spring-pulsar/.github/PULL_REQUEST_TEMPLATE.md
Chris Bono 5686a1980c [Docs] Doc additions for:
* Issue template
* Pull request template
* Add stackoverflow links
* Add getting help section
2022-12-16 12:38:04 -05:00

32 lines
1.4 KiB
Markdown

<!--
Thanks for contributing to Spring for Apache Pulsar. Please review the following notes before
submitting a pull request.
Please submit only genuine pull-requests. Do not use this repository as a GitHub
playground.
Security Vulnerabilities
STOP! If your contribution fixes a security vulnerability, please do not submit it.
Instead, please head over to https://spring.io/security-policy to learn how to disclose a
vulnerability responsibly.
Dependency Upgrades
Please do not open a pull request for a dependency upgrade. The team prefers to handles these internally. However, if a fix or feature requires an upgrade of a library go ahead and submit the upgrade with the code proposal and the review process will determine if it is accepted.
CI / Build Changes
Please do not open a pull request for a CI or build changes. The team prefers to handles these internally. Instead, open an issue to report any problems or improvements in this area.
Describing Your Changes
If, having reviewed the notes above, you're ready to submit your pull request, please
provide a brief description of the proposed changes. If they fix a bug, please
describe the broken behaviour and how the changes fix it. If they make an enhancement,
please describe the new functionality and why you believe it's useful. If your pull
request relates to any existing issues, please reference them by using the issue number
prefixed with #.
-->