From ed6fbdddaa32acd17668507fe2fd259e27f52633 Mon Sep 17 00:00:00 2001 From: Gaurav Deshpande Date: Sun, 23 Jun 2019 01:04:05 +0530 Subject: [PATCH] Fix typo in CONTRIBUTING.md Closes gh-23180 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d68d3d52e8..0c4db67103 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ and the conversations that result from it provide a continuous flow of ideas. Before you create a ticket, please take the time to [research first](#discuss). -If creating a ticket after a discussion on StackOverflow, please provide a self-sufficient description in the ticket, independent of the details on StackOverview. We understand this is extra work but the issue tracker is an important place of record for design discussions and decisions that can often be referenced long after the fix version, for example to revisit decisions, to understand the origin of a feature, and so on. +If creating a ticket after a discussion on StackOverflow, please provide a self-sufficient description in the ticket, independent of the details on StackOverflow. We understand this is extra work but the issue tracker is an important place of record for design discussions and decisions that can often be referenced long after the fix version, for example to revisit decisions, to understand the origin of a feature, and so on. When ready create a ticket in the [GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues). -- GitLab