From 11fe95331aa975a785b550a9c901439f40d6f832 Mon Sep 17 00:00:00 2001 From: Daichi Fujita <68946713+fujidaiti@users.noreply.github.com> Date: Tue, 16 Jul 2024 01:33:25 +0900 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 21 +++++++++++++++++++++ 1 file changed, 21 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..6ce053ce --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,21 @@ +## Fixes / Closes (optional) + + +None. + +## Description + + +Blah blah blah. + +## Summary (check all that apply) + +- [ ] Modified / added code +- [ ] Modified / added tests +- [ ] Modified / added examples +- [ ] Modified / added others (pubspec.yaml, workflows, etc...) +- [ ] Updated README +- [ ] Contains breaking changes + - [ ] Created / updated migration guide +- [ ] Incremented version number + - [ ] Updated CHANGELOG