From c8b909f14bf719710f3a7b9af3146ee907d7978a Mon Sep 17 00:00:00 2001 From: Vishal Lokare <31512838+vishal-lokare@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:19:47 +0530 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ----------------------- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------- 2 files changed, 52 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5f2aec4..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 72718d5..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 504a4f7db638d3e46f8c56c075203ff3c995d2f8 Mon Sep 17 00:00:00 2001 From: Nandana4 <127955016+Nandana4@users.noreply.github.com> Date: Wed, 11 Oct 2023 17:44:48 +0530 Subject: [PATCH 2/2] Update app.js URL of open_autojoomer function to "https://autojoomer-21321.web.app/" --- src/pages/login/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login/app.js b/src/pages/login/app.js index 6609f1c..863c2f2 100644 --- a/src/pages/login/app.js +++ b/src/pages/login/app.js @@ -17,7 +17,7 @@ let logo = document.getElementById("nav_logo"); logo.addEventListener("click", open_autojoomer); function open_autojoomer() { - window.open("https://www.autojoomer.co/", (target = "_blank")); + window.open("https://www.autojoomer.21321.web.app/", (target = "_blank")); } for(let i = 0; i < elements.length; i++) {