This is an automated email from the ASF dual-hosted git repository.

FreeAndNil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/master by this push:
     new 44781ede add fixed by hint
44781ede is described below

commit 44781ede2b9c66bc10485b013bbf0c4aa39202a4
Author: Jan Friedrich <[email protected]>
AuthorDate: Wed Aug 19 22:11:56 2026 +0200

    add fixed by hint
---
 CLAUDE.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CLAUDE.md b/CLAUDE.md
index bbc31bb0..ba31f0d0 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -171,6 +171,13 @@ Every user-visible change gets an entry in 
`src/changelog/<unreleased version>/`
   `missing attribute: link` otherwise, which is only caught by the Maven site 
build.
 - Put anything that has no issue number, such as an external finding 
identifier, in the description
   text rather than inventing an `<issue>` for it.
+- Close the description with an attribution in parentheses, crediting both 
sides: who raised it and
+  who did the work, as in `(reported by @viktorgobbi, fixed by @FreeAndNil)`. 
`implemented by` reads
+  better than `fixed by` for an `added` or `changed` entry, and once a pull 
request exists the house
+  form appends it: `fixed by @FreeAndNil in 
https://github.com/apache/logging-log4net/pull/246[#246]`.
+  Take the fixer from the active committers in `STATUS.txt`, whose Apache ids 
are the GitHub handles
+  (`freeandnil`, `gdziadkiewicz`, `davydm`), and identify which one from the 
session's `git config
+  user.email`. Ask rather than guess if that does not match a listed committer.
 - `src/changelog/3.3.2/298-fix-interprocesslock-mutex-leak.xml` shows the 
shape for a change that
   came out of an external audit.
 

Reply via email to