From 76a7297d1b902712efba72ce242ea44f0ee02bad Mon Sep 17 00:00:00 2001 From: dpMelian Date: Tue, 7 May 2024 20:15:04 +0100 Subject: [PATCH] build: add initial version of PR template --- pull_request_template.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..e5665093f --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,5 @@ +## Explanation of the change + +## How to test? (if applicable) + +## Screenshots (if applicable)