Deploying to gh-pages from @ Klipper3d/klipper@d46c95b758 🚀

This commit is contained in:
KevinOConnor
2022-10-25 15:55:07 +00:00
parent 775f24c0fc
commit 01762579d2
12 changed files with 4 additions and 1 deletions

View File

@@ -1419,6 +1419,9 @@ the submission if needed.</p>
place to raise awareness of new work and to find users interested
in providing real-world feedback.</p>
<p>Submissions must pass all <a href="Debugging.html">regression test cases</a>.</p>
<p>When fixing a defect in the code, submitters should have a general
understanding of the root cause of that defect, and the fix should
target that root cause.</p>
<p>Code submissions should not contain excessive debugging code,
debugging options, nor run-time debug logging.</p>
<p>Comments in code submissions should focus on enhancing code