From da14c25e919b7eca81dc2e416d4b0810e87d807f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Efe=20Ak=C3=A7a?= <13402668+mmtftr@users.noreply.github.com> Date: Wed, 16 Oct 2024 21:46:26 +0300 Subject: [PATCH] Delete .github/PULL_REQUEST_TEMPLATE directory --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 807d88f8..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,11 +0,0 @@ -## ๐Ÿ“‹ Proposed Changes - - - The signup page design is implemented as in the UI design and allows the user to sign up. - -## Related Issue -Closes #... - -## ๐Ÿงช Included Tests -- [ ] The user enters a valid email and password. -- [ ] The user enters an invalid email. -- [ ] The user enters an invalid password.