nuttxpr commented on PR #15710: URL: https://github.com/apache/nuttx/pull/15710#issuecomment-2618996717
[**\[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 basic summary and mentions testing, it lacks critical details. Here's what's missing: * **Summary:** * **Missing "Why":** It states *what* was changed (lvgl example), but not *why* (what was broken, what needed improvement). What specific error was being fixed? * **Missing "How":** It doesn't explain *how* the example was fixed. What code was modified? What was the approach taken to resolve the issue? * **Impact:** The impact section is far too brief. It needs to address all the specific points in the template with "YES" or "NO" followed by an explanation if "YES". For example: * Impact on user: NO (or YES if the user experience changes in some way) * Impact on build: NO (or YES if there are build system changes) * ...and so on for all the impact categories. * **Testing:** * **Insufficient Detail:** Simply stating the configuration command is not enough. The template requests *logs* showing the behavior *before* and *after* the change. This demonstrates that the fix works and doesn't introduce regressions. Include relevant output showing the error before the fix and the corrected behavior after. * **Missing Build Host Info:** The OS, CPU, and compiler used for building should be specified. * **Incomplete Target Info:** While the board:config is mentioned, it should also state the architecture explicitly (e.g., ARM). If the change was tested on a simulator, that should be specified (sim:qemu-...). **In short:** The PR needs to be significantly more detailed to meet the NuttX requirements. It should clearly articulate the problem being solved, the solution implemented, the impact of the change on different aspects of the system, and provide comprehensive testing logs demonstrating the fix. -- 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