From d4c66e3926f092f6d7953a6c38a0e132dbea7064 Mon Sep 17 00:00:00 2001 From: Taegeon Alan Go Date: Mon, 22 Dec 2025 11:23:22 +0900 Subject: [PATCH] docs: add pull request template (#154) --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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..fb4abe7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ +## Summary + + + +- + +## Changes + + + +- + +## Screenshots + + + +| Before | After | +|:---:|:---:| +| | | + +## Testing + + + +```bash +bun run typecheck +bun test +``` + +## Related Issues + + + +