From 932291b867d967d1b670df77e960b5f7d7a866be Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 8 Oct 2021 14:00:23 +0200 Subject: [PATCH] Polishinig --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a3ee1be4e..edf976fff7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,16 +40,16 @@ Reporting an issue or making a feature request is a great way to contribute. You and the conversations that result from it provide a continuous flow of ideas. However, before creating a ticket, please take the time to [ask and research](#ask-questions) first. -If creating an issue after a discussion on Stack Overflow, please provide a description +If you create an issue after a discussion on Stack Overflow, please provide a description in the issue instead of simply referring to Stack Overflow. The issue tracker is an important place of record for design discussions and should be self-sufficient. Once you're ready, create an issue on [GitHub](https://github.com/spring-projects/spring-framework/issues). -Many issues are caused by subtle behavior, typos and unintended configuration. +Many issues are caused by subtle behavior, typos, and unintended configuration. Creating a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) (starting with https://start.spring.io for example) of the problem helps the team -triage quickly your issue adn get to the core of the problem. +quickly triage your issue and get to the core of the problem. #### Issue Lifecycle