From 88e4bf42d1b86aa7592ed5a053ee889fb8a1e2b5 Mon Sep 17 00:00:00 2001 From: Kattouf Date: Thu, 24 Oct 2024 11:42:17 +0700 Subject: [PATCH] project: add PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 0000000..6180e15 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Description + +Please include a summary of the changes and the related issue (if applicable). + +## Checklist + +- [ ] I have read the [Contribution Guide](https://sakeswift.org/contribution-guide.html).