From 0ed76874ea6d480dc4a85a7ebfd3a7cbd7942893 Mon Sep 17 00:00:00 2001 From: Dotoritos Date: Sat, 20 Jan 2024 17:17:16 +0900 Subject: [PATCH] Create pull_request_template.md Signed-off-by: Dotoritos --- .github/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..ae42a41 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ +## Overview + + + + +## PR category +What changes? + +- [ ] Add new features +- [ ] Bug fix +- [ ] Changes that do not affect the code (correct typos, change tab size, change variable names) +- [ ] Code refactoring +- [ ] Add and edit comments +- [ ] Edit document +- [ ] Add tests, refactor tests +- [ ] Edit the build part or package manager +- [ ] Edit file or folder name +- [ ] Delete file or folder + +## PR Checklist +Make sure your PR meets the following requirements: + +- [ ] Tested the changes (bug fixes/tested features).