summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/contributing.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 818909a9f..bdaddee24 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -81,6 +81,10 @@ in mind:
:ref:`configure_helper` can be used to find the new options.
- There may be patches for the old version. Make sure they are updated as
well, or removed if they are no longer needed.
+ Running ``ptxdist lint`` will tell you about this.
+- Build the license report once to make sure that the checksum of pinned-down
+ license files haven't changed. (Or enable ``PTXCONF_PROJECT_CHECK_LICENSES``,
+ then this step is done during the *targetinstall* stage.)
Misc
~~~~