Explorar el Código

readme.md: reviewer's guide: check for PR completeness (i.e. nothing is missing)

Johnny English hace 5 años
padre
commit
23290daed9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Readme.md

+ 1 - 0
Readme.md

@@ -177,6 +177,7 @@ Reviewing changes to `src/*` and `nuklear.h`:
 
 * Ensure C89 compatibility.
 * The code should work for several backends to an acceptable degree.
+* Check no other parts of `nuklear.h` are related to the PR and thus nothing is missing.
 * Recommend simple optimizations.
   * Pass small structs by value instead of by pointer.
   * Use local buffers over heap allocation when possible.