From 71f9240723cfbdc20608093700f423fe6b723cbc Mon Sep 17 00:00:00 2001 From: Paul Irwin Date: Mon, 25 Nov 2024 14:07:34 -0700 Subject: [PATCH] Add newline temporarily to trigger build --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fb92b13cf..eaed4a495b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ # Lucene.NET Contributor's Guide -Have you found a bug or do you have an idea for a cool new enhancement? Contributing code is a great way to give something back to the open-source community. Before you dig right into the code there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. +Have you found a bug or do you have an idea for a cool new enhancement? +Contributing code is a great way to give something back to the open-source community. Before you dig right into the code there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things. ## Getting Started