From 7ee61084c04b6b439d8a4d519c02178d1672827f Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:08:08 +0000 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 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..90eb9c0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +## Related Issue +- Please reference the related issue here (e.g., `Fixes #123` or `Closes #456`), if there are any. + +## Description of Changes +- Briefly describe the changes made in this PR. Explain the purpose, the implementation details, and any important information that reviewers should be aware of. + +## Important (Please remove this section before submitting the PR) +- Before submitting this PR, please make sure to look at **[this issue](https://github.com/KnugiHK/WhatsApp-Chat-Exporter/issues/137)**. It contains crucial context and discussion that may affect the changes in this PR.