nuttxpr commented on PR #16166: URL: https://github.com/apache/nuttx/pull/16166#issuecomment-2789296099
[**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) No, this PR does not fully meet the NuttX requirements. While it provides a summary of *what* was changed, it lacks crucial information. Here's a breakdown: * **Insufficient Summary:** The summary states the change corrects a CRC16 catalogue. However, it doesn't explain *why* this change is necessary (bug fix? performance improvement? compatibility issue?). It also doesn't explain *how* the change works. What was wrong with the previous implementation? What specific code was modified? * **Missing Impact Assessment:** Simply stating "N/A" for the entire Impact section is insufficient. Even seemingly small changes can have unforeseen consequences. The author needs to thoughtfully consider and document the potential impact on users, the build process, hardware, documentation, security, and compatibility. Even if the answer is "NO" for each item, it should be explicitly stated. * **Inadequate Testing Information:** While the PR mentions testing, it provides no details about the testing environment. "rpmsg spi/uart test with linux" is too vague. It needs to specify: * **Host OS and Compiler:** e.g., "Ubuntu 22.04, GCC 11.3" * **Target Architecture and Board:** e.g., "sim:qemu-rv32" or "ARM:STM32F4 Discovery" * **Crucially, the actual testing logs are missing.** The PR template clearly requests "Testing logs before change" and "Testing logs after change," but the PR only provides generic statements about the tests performed. Without concrete logs, there's no way to verify the change's effectiveness. **In short, the PR needs to provide more context and significantly more detail in the Summary, Impact, and Testing sections to meet the NuttX requirements.** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org