From 55f5a5977031878a2b40449b0ba459e1580bb42a Mon Sep 17 00:00:00 2001 From: shopiakkh Date: Sun, 6 Sep 2026 21:41:39 +0200 Subject: [PATCH] Create pull request template for contributions Added a pull request template to guide contributors. --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..0847051 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Describe your changes + +Completed all tasks described in the README, including repository configuration, branch protection, CODEOWNERS, pull request template, GitHub Project, deploy key, Discord notifications, and GitHub Actions secrets. + +## Issue ticket number and link + +N/A — no issue ticket was provided. + +## Checklist before requesting a review + +* [x] I have performed a self-review of my code +* [x] If it is a core feature, I have added thorough tests +* [x] Do we need to implement analytics? +* [x] Will this be part of a product update? If yes, please write one phrase about this update