Skip to content

Commit a041a7b

Browse files
authored
Developer guide: add clarification on copyright header (line#6295)
1 parent 19ae1ce commit a041a7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

site/src/pages/community/developer-guide.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ License for the specific language governing permissions and limitations
103103
under the License.
104104
```
105105

106+
Please avoid introducing noise into your PRs by changing the date (`$today.year`) for every file you modify.
107+
In IntelliJ, make sure you
108+
[disable](https://www.jetbrains.com/help/idea/copyright.html#update-copyright-on-save) automatic copyright header updates.
109+
106110
## Add Javadoc
107111

108112
All public classes and public or protected methods must have Javadoc,

0 commit comments

Comments
 (0)