He-Pin opened a new pull request, #3087: URL: https://github.com/apache/pekko/pull/3087
### Motivation The existing Licensing Rules already state "Do not hand-write or invent license headers. Let sbt manage them" and "For new files, run `sbt headerCreateAll`", but agents can still miss these rules and hand-write a header (e.g. accidentally using the Akka-derived header for new code). ### Modification Add a prominent blockquote reminder at the top of the Licensing Rules section that spells out the mandatory workflow in one line: create file without header → `sbt headerCreateAll` → done. ### Result Agents see the workflow before reading the detailed rules, reducing the chance of hand-writing an incorrect header. ### Tests Not run - docs only ### References None - process improvement -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
