From b876b8ddac92edea2fe2457f3b4b5cc2eb3a4c32 Mon Sep 17 00:00:00 2001 From: prshant55 Date: Wed, 28 Oct 2020 10:55:41 -0700 Subject: [PATCH 1/7] Change Cali and oregon Changes text on contact.html --- contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.html b/contact.html index 80d262c..af82786 100644 --- a/contact.html +++ b/contact.html @@ -3,7 +3,7 @@ - Explore California: Contact Us + Explore Oregon: Contact Us From 97aeea9d3f6c9321c7a30b43262e4fd01ba7e253 Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 16:35:26 -0800 Subject: [PATCH 2/7] Create issue_template.md --- issue_template.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..70c8269 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,48 @@ +----------------------------------------------TEMPLATE START------------------------------------ + + +###_ISSUE TEMPLATE: Use for bugs, tasks, and feature requests. Label accordingly, using the labels on the right. + + +###_Issue Type - is this a bug, task, or feature request?: + + +###_Severity (1-4; 1 - not severe, 4 - very severe): + + +###_Priority (1-4; 1 - lowest priority, 4 - highest priority): + + +###_Synopsis - describe bug/task/feature request, in more detail: + + + + + + +###_Expected Behavior - what the behavior is supposed to be, for bug/task/FR: + + + + + + +###_Actual Behavior - what the behavior is instead, for bugs only: + + + + + + +###_Steps to reproduce/view issue: + + + + +###_Other Notes: + + + + + + From a55e190cdcd441318c24b5a3e8a6a900cd404007 Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 16:49:56 -0800 Subject: [PATCH 3/7] Update 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 0000000..dd84ea7 --- /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 0000000..bbcbbe7 --- /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 9ba69b6a658fe703562985d53a49adf9c09f296f Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:34:08 -0800 Subject: [PATCH 4/7] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 29 +++++++++++------------ 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..529af72 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,19 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' +**Summarize your feedback** ---- -**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. +**explain in more detail(optional)** -**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. + + +**Expected behavior** + + + + +**screenshoot if applicable** + + + +**additional context** From 5e48087052c97632d84863e0ba1353bcb03d6f91 Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:46:21 -0800 Subject: [PATCH 5/7] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 29 ++++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 529af72..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,19 +1,20 @@ -**Summarize your feedback** +--- +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 [...] -**explain in more detail(optional)** +**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. - - -**Expected behavior** - - - - -**screenshoot if applicable** - - - -**additional context** +**Additional context** +Add any other context or screenshots about the feature request here. From c860e2828265c411e9c6427d24d9978e85825d3d Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:49:52 -0800 Subject: [PATCH 6/7] Update issue templates issue freature added --- .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7..e327846 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,14 +7,16 @@ 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 [...] +**Enter your feedback** -**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. +**Location** +1.Go to '...' +2.Click on '....' +3.Scroll down to '....' +4.See error -**Additional context** -Add any other context or screenshots about the feature request here. +**expected result** + + +**screenshots** From 392751f1875db56137c58a880bf5a228742d7312 Mon Sep 17 00:00:00 2001 From: prshant55 <72465599+prshant55@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:50:51 -0800 Subject: [PATCH 7/7] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e327846..d626c9b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,7 +7,7 @@ assignees: '' --- -**Enter your feedback** +**Summarize your feature** **Location**