From 0b8296915c4094090cff6bd2e09a5e98288c3c7d Mon Sep 17 00:00:00 2001 From: leejet Date: Fri, 15 May 2026 01:14:42 +0800 Subject: [PATCH] docs: add .github/pull_request_template.md --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..5e2a43d8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ +## Summary + + + +## Related Issue / Discussion + + + +## Additional Information + + + +## Checklist + +- [ ] I have read and confirmed this PR follows the [contribution guidelines](https://github.com/leejet/stable-diffusion.cpp/blob/master/CONTRIBUTING.md).