From 173f9caa42d1b9dee8fcc26a1fb125ac6dad83a4 Mon Sep 17 00:00:00 2001 From: "S. Ali Mihandoost" Date: Mon, 28 Feb 2022 15:31:47 +0330 Subject: [PATCH 1/4] chore(github): add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..dd84ea782 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +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] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, 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 new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +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 ca5e1781b6efb87d29d601c1a6917f3144b3619d Mon Sep 17 00:00:00 2001 From: MohammadMahdi Zamanian Date: Tue, 1 Mar 2022 01:44:24 +0330 Subject: [PATCH 2/4] chore(bug_report): add vatr registered to issues --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea782..2e89bf738 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,19 +10,18 @@ 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. +**To get the Vatr registered list** +Steps to view the Vatr registered list: +1. Go to `Console` +2. `window.Vatr` Type and press Enter +4. See Vatr Registered List + **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] From 018ddecf4ada254a3f1c5ea9affc18b22e0cc6bd Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Thu, 3 Mar 2022 04:51:38 +0330 Subject: [PATCH 3/4] doc(bug-report): better command for report registeredList --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2e89bf738..28d6d4594 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,9 +18,8 @@ If applicable, add screenshots to help explain your problem. **To get the Vatr registered list** Steps to view the Vatr registered list: -1. Go to `Console` -2. `window.Vatr` Type and press Enter -4. See Vatr Registered List +1. Go to browser console +2. run `JSON.stringify(window.Vatr.registeredList, null, 2);` **Desktop (please complete the following information):** - OS: [e.g. iOS] From ac898bbca90ea489b3ef66f4fd8372f50ce4e748 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Thu, 3 Mar 2022 04:51:50 +0330 Subject: [PATCH 4/4] lint(bug-report): update --- .github/ISSUE_TEMPLATE/bug_report.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28d6d4594..d9262574a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -18,19 +18,22 @@ If applicable, add screenshots to help explain your problem. **To get the Vatr registered list** Steps to view the Vatr registered list: + 1. Go to browser console 2. run `JSON.stringify(window.Vatr.registeredList, null, 2);` **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] **Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] + +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] **Additional context** Add any other context about the problem here.