From 587253762ca5cd611d39ab3c428a93ff349544fe Mon Sep 17 00:00:00 2001 From: Shagun Singh <130658581+OrganicBeetle@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:12:59 +0530 Subject: [PATCH 1/2] Create Issue_Template.md --- Issue_Template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Issue_Template.md diff --git a/Issue_Template.md b/Issue_Template.md new file mode 100644 index 0000000..c7ba92e --- /dev/null +++ b/Issue_Template.md @@ -0,0 +1,31 @@ +## Project Title +blockchain[OpenTekHub] + +## Problem Description: + +Currently in OpenTekHub, the only search option is to search the full name of the cryptocurrency, like BITCOIN and ETHEREUM only. +I have edited the script.js file to allow Searches with the symbols too like: + +BTC --> BITCOIN + +ETH --> ETHEREUM + +SOL --> SOLANA + +## Need for this fix + +Since in the vast pool of cryptocurrencies, a frequent trader would prefer if they could check the prices with only the unique symbols instead of the complete name which coulg get repetitive and time consuming. + +## Reproducing the Issue + +- Visit the deployed website [here](https://opentekhub.github.io/blockchain/) +- Try Searching for the preferred Crypto using their Symbol (like BTC for BITCOIN) +- Error : "Cryptocurrency not found!" + +## Error Screenshot + +![Screenshot 2024-09-28 235715](https://github.com/user-attachments/assets/543b3fa4-7521-4e2c-a872-ac347a036883) + +## Error Fix + +![image](https://github.com/user-attachments/assets/acfc2c60-aec4-4312-a15b-96881a397d61) From a0c6faf19b84cf76e1c18c1074445c14bf01a7f4 Mon Sep 17 00:00:00 2001 From: Shagun Singh <130658581+OrganicBeetle@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:24:01 +0530 Subject: [PATCH 2/2] Update Issue_Template.md --- Issue_Template.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Issue_Template.md b/Issue_Template.md index c7ba92e..d04371f 100644 --- a/Issue_Template.md +++ b/Issue_Template.md @@ -3,29 +3,24 @@ blockchain[OpenTekHub] ## Problem Description: -Currently in OpenTekHub, the only search option is to search the full name of the cryptocurrency, like BITCOIN and ETHEREUM only. -I have edited the script.js file to allow Searches with the symbols too like: +### Issue faced [Documentation Enhancement/Feature Request/Bug Report] +Ex: Adding accessibility for ... -BTC --> BITCOIN - -ETH --> ETHEREUM - -SOL --> SOLANA ## Need for this fix -Since in the vast pool of cryptocurrencies, a frequent trader would prefer if they could check the prices with only the unique symbols instead of the complete name which coulg get repetitive and time consuming. +Mention how would the fix create a change ## Reproducing the Issue +Write the Steps to reproduce the error on your machine with relevant screenshots wherever applicable. +Ex: - Visit the deployed website [here](https://opentekhub.github.io/blockchain/) - Try Searching for the preferred Crypto using their Symbol (like BTC for BITCOIN) - Error : "Cryptocurrency not found!" -## Error Screenshot - -![Screenshot 2024-09-28 235715](https://github.com/user-attachments/assets/543b3fa4-7521-4e2c-a872-ac347a036883) - -## Error Fix +## Error Screenshot(Preferred) +Screenshot of the Issue being faced on your system to help the maintainers better understand it. -![image](https://github.com/user-attachments/assets/acfc2c60-aec4-4312-a15b-96881a397d61) +## Error Fix(Optional) +Mention the steps you would take to fix the issue or add a screenshot showing the expected working when fixed