From c83fef9026fd30e738850d56e480c0f4c1f29432 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Sun, 22 Oct 2023 20:16:34 +0300 Subject: [PATCH] docs: add pull request template --- .gitea/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/pull_request_template.md diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 0000000..eecd5e3 --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,11 @@ +**Description** + +A clear and concise description of the changes in this pull request. + +**Related Issue** + +Closes #IssueNumber + +**Screenshots (if applicable)** + +Add screenshots or images to help explain your changes, if relevant.