This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 01acfc3b0abda0cbbdaf57b8ee9e8e6f5443058d Author: Stephen Mallette <[email protected]> AuthorDate: Fri Dec 9 07:08:43 2022 -0500 Minor note in dev docs CTR --- docs/src/dev/developer/for-committers.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/dev/developer/for-committers.asciidoc b/docs/src/dev/developer/for-committers.asciidoc index af2cbe0328..627175d4e0 100644 --- a/docs/src/dev/developer/for-committers.asciidoc +++ b/docs/src/dev/developer/for-committers.asciidoc @@ -162,7 +162,8 @@ this property set. affect users or providers. This label is important when organizing release notes. ** The "deprecation" label which is assigned to an issue that includes changes to deprecate a portion of the API. * The "affects/fix version(s)" fields should be appropriately set, where the "fix version" implies the version on -which that particular issue will completed. This is a field usually only set by committers. +which that particular issue will completed. This is a field usually only set by committers and should only be set +when the issue is being closed with a completed disposition (e.g. "Done", "Fixed", etc.). * The "priority" field can be arbitrarily applied with one exception. The "trivial" option should be reserved for tasks that are "easy" for a potential new contributor to jump into and do not have significant impact to urgently required improvements.
