From 43c81f881bf3306d1ec48253049abc7300bdda6b Mon Sep 17 00:00:00 2001 From: Renoks <58111261+Renoks-Dev@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:02:02 +0000 Subject: [PATCH] Add pull_request_template.md (#3) --- .github/docs/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/docs/pull_request_template.md diff --git a/.github/docs/pull_request_template.md b/.github/docs/pull_request_template.md new file mode 100644 index 0000000..486c5c3 --- /dev/null +++ b/.github/docs/pull_request_template.md @@ -0,0 +1,17 @@ +## Description +### What has been done? +- + +### Why has this been done? +- + +## Screenshots (if needed) +- + +## Tests +- + +## References (links) +- Closed PR? +- Documentation? +- etc.