Files
spring-session-data-geode/CONTRIBUTING.adoc

31 lines
1.3 KiB
Plaintext

= Contributing to Spring Session for Apache Geode & VMware Tanzu GemFire
Spring Session for Apache Geode & VMware Tanzu GemFire is released under the Apache 2.0 license. If you would like to
contribute something, or simply want to hack on the code this document should help you get started.
== Sign the Contributor License Agreement
If you have not previously done so, please fill out and
submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
[[code-of-conduct]]
== Code of Conduct
Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[code of conduct]
[[report-security-vulnerability]]
== Reporting Security Vulnerabilities
Please see our https://github.com/spring-projects/spring-session-data-geode/security/policy[Security policy].
== Using GitHub issues
We use GitHub issues to track bugs and enhancements. If you have a general usage question
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Session team and the
broader community monitor the https://stackoverflow.com/tags/spring-session[`spring-session`]
tag.
If you are reporting a bug, please help to speed up problem diagnosis by providing as much
information as possible. Ideally, that would include a small sample project that
reproduces the problem.