diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 90eb9c0..9a35962 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,11 @@ +# Important Note + +**All PRs (except for changes unrelated to source files) should target the `dev` branch.** + ## Related Issue -- Please reference the related issue here (e.g., `Fixes #123` or `Closes #456`), if there are any. + +- Please put a reference to 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. +- Briefly describe the changes made in this PR. Explain the purpose, the implementation details, and any important information that reviewers should be aware of.