From 3d46fec27d50e255319a3befb4dcb0146803d99e Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 23 Apr 2024 08:12:21 -0600 Subject: [PATCH] Update documentation policy Closes gh-12940 --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index f9bc67c9ef..e254c3e056 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -105,7 +105,7 @@ Once merged, the fix will be forwarded-ported to applicable branches including ` 1. Create a local branch If this is for an issue, consider a branch name with the issue number, like `gh-22276`. [[write-tests]] -1. Add JUnit Tests for your changes +1. Add documentation and JUnit Tests for your changes. [[update-copyright]] 1. In all files you edited, if the copyright header is of the form 2002-20xx, update the final copyright year to the current year. [[add-since]]