From 2344d6572d808468a63642355c072ea95cdd36c6 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Fri, 28 Jan 2022 12:31:27 +0000
Subject: [PATCH] feat: include testing checklist

---
 .github/PULL_REQUEST_TEMPLATE.md |   23 +++++++++++++++++++----
 1 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 73464fd..d7cb83f 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -10,11 +10,26 @@
 -----------------------------------------------------------
 
 ### Checklist
-- [ ] Testing
+Yes, I included all necessary artefacts, including:
+- [ ] Tests
 - [ ] Documentation
-- [ ] New Feature
-- [ ] Bug Fix
-- [ ] Infrastructure
+- [ ] Implementation (Code and Ressources)
+- [ ] Example
+-----------------------------------------------------------
+
+###  Testing Checklist
+
+Yes, I ensured that all of the following scenarios were tested:
+- [ ] Desktop Light Mode (Default)
+- [ ] Desktop Dark Mode
+- [ ] Desktop Light RTL Mode
+- [ ] Desktop Dark RTL Mode
+- [ ] Mobile Light Mode
+- [ ] Mobile Dark Mode
+- [ ] Mobile Light RTL Mode
+- [ ] Mobile Dark RTL Mode
+
+
 -----------------------------------------------------------
 
 ### Notify the following users

--
Gitblit v1.10.0