1 parent 19ae1ce commit a041a7bCopy full SHA for a041a7b
1 file changed
site/src/pages/community/developer-guide.mdx
@@ -103,6 +103,10 @@ License for the specific language governing permissions and limitations
103
under the License.
104
```
105
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
+
110
## Add Javadoc
111
112
All public classes and public or protected methods must have Javadoc,
0 commit comments