pjfanning commented on code in PR #2761:
URL: https://github.com/apache/pekko/pull/2761#discussion_r2959530998


##########
CONTRIBUTING.md:
##########
@@ -290,7 +292,8 @@ For a pull request to be considered at all, it has to meet 
these requirements:
 1. A pull request must be [linked to the 
issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
 it aims to resolve in the PR's description (or comments). This can be achieved 
by writing "Fixes #1234" or similar in PR description.
 1. Licensing rules:
    - Existing files with copyright statements must leave those copyright 
statements intact
-   - New files should have an Apache license header instead. For an example of 
this, see [this 
file](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SparkContext.scala).
+   - If you create a new file but copy in code from other files then you must 
add the source headers from those original files. If in doubt, leave a comment 
in your PR and explain where you took the code from.

Review Comment:
   I added a mention of the sbt commands



-- 
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]

Reply via email to