Copilot commented on code in PR #7571: URL: https://github.com/apache/incubator-seata/pull/7571#discussion_r2255710998
########## .github/PULL_REQUEST_TEMPLATE.md: ########## @@ -16,6 +16,7 @@ --> <!-- Please make sure you have read and understood the contributing guidelines --> +- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines. Review Comment: The relative path '../CONTRIBUTING.md' is incorrect for a GitHub PR template. From the .github directory, the correct path should be '../CONTRIBUTING.md' but GitHub's template rendering context may not resolve this properly. Consider using an absolute path like 'CONTRIBUTING.md' or verify the file exists at the root level. ```suggestion - [ ] I have read the [CONTRIBUTING.md](CONTRIBUTING.md) guidelines. ``` -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org