From 64c86623ee7c0d175b3344178fc222d67318ac81 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 7 Feb 2019 21:02:38 +0900 Subject: [PATCH] Fix casing for GitHub in the contributing guide Closes gh-22373 --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18efecc931c..da7d06518a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ If you have a question, check StackOverflow using Find an existing discussion or start a new one if necessary. If you suspect an issue, perform a search in the -[Github issue tracker](https://github.com/spring-projects/spring-framework/issues), using a few different keywords. +[GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues), using a few different keywords. When you find related issues and discussions, prior or current, it helps you to learn and it helps us to make a decision. @@ -42,7 +42,7 @@ 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. -When ready create a ticket in the [Github issue tracker](https://github.com/spring-projects/spring-framework/issues). +When ready create a ticket in the [GitHub issue tracker](https://github.com/spring-projects/spring-framework/issues). #### Ticket Lifecycle