From eb351f455b5ee7528d4eb0ceed7ea7d4cde68f6e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 11 Jun 2020 15:34:35 -0500 Subject: [PATCH] Use `Closes gh-` We now use Closes because it makes sense for enhancements and bugs --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ce3c850a92..16ba203531 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -140,7 +140,7 @@ git config user.email link:mailto:user@mai . Keep the subject line to 50 characters or less if possible . Do not end the subject line with a period . In the body of the commit message, explain how things worked before this commit, what has changed, and how things work now -. Include Fixes gh- at the end if this fixes a GitHub issue +. Include Closes gh- at the end if this fixes a GitHub issue . Avoid markdown, including back-ticks identifying code = Run all tests prior to submission