Deepjyoti Mondal

Results 19 issues of Deepjyoti Mondal

Presently googleFearch.js contains only a single long html string. Please add an inline comment at the beginning describing what the file does. The code in this file basically modifies the...

difficulty/novice
GSoC Heat

In googleFearch.js file there is a long string containing html code. Apply proper indentation to the string, so that it is easier to comprehend what is happening inside the string.

difficulty/beginner

Update README.md and include how to setup node modules (**npm install**), what are the perquisites (**node** and **npm** in this case) and how to run **eslint** (**npm run ci:lint**) in...

difficulty/novice
GSoC Heat

Presently options/js/options.js has got console.log statements. In all probability, those were added for debugging purpose. So they are not required now. They can now be removed.

difficulty/beginner

Add 2 to 3 screenshots of Fearch to README.md showing the main add-on **popup**, **results page** and a ftp index page.

difficulty/novice

Add client side automated testing for the extension. All the prime features of the extension should be checked, most importantly the generated URL of the page to which the extension...

difficulty/hard

Create a template for pull requests. It should primarily contain certain checks like whether branch is even with upstream or not, whether relevant documentations (if applied) or not, whether guidelines...

difficulty/novice

Create a template for submitting issues so that users do not forget to provide details like whether it is a bug or a feature request and other important information like...

difficulty/novice

Add links to chrome and firefox addon store in README.md ## What you actually need to do **chrome app store link**: https://chrome.google.com/webstore/detail/fearch/kalmlbhhgndofalfencmggfncedfajgj?hl=en **Firefox AMO link** https://addons.mozilla.org/en-US/firefox/addon/fearchit/?src=userprofile You have to insert...

difficulty/novice