From 35695f13baa9d205992a9e4f762bf1df4ea7ac21 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 28 Nov 2022 09:52:07 +0100 Subject: [PATCH] Update contrib guide go reflect how we're using GitHub issues. Closes #1867 --- CONTRIBUTING.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 427bb399..b7d95b17 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -9,6 +9,19 @@ This project adheres to the Contributor Covenant link:https://github.com/spring- By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io. +[[using-github-issues]] +== 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 Data team and the broader community monitor the https://stackoverflow.com/tags/spring-data[`spring-data`] 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. + +== Reporting Security Vulnerabilities +If you think you have found a security vulnerability in Spring Data please *DO NOT* disclose it publicly until we've had a chance to fix it. +Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly. + [[how-to-contribute]] == How to Contribute