You're looking into contributing? Awesome! When contributing to this mono-repository, please first discuss the change you wish to make via the discussion board with me before making a change. Before submitting a pull request, please make sure the following is done:
npm install
, your code lints using ts lint
, is formatted using prettier and compiles using npm run build
.When building this module, do not use a symlink-based technique (e.g. with the "npm link" command) because npm link breaks libraries that are based on React.
When installing, make sure the module does not install React due to it being listed in the peer dependencies. This module must not have a dependency on React, only a dev dependency on @types/react. Otherwise, the users of this module might install two different versions of React which will lead to problems.
If you want to modify the module and iteratively test it in inside your React Application, use one the following techniques while you're inside the directory of the testing suite.
The npm pack
command creates a .tgz file exactly the way it would if you were going to publish the module to npm. You can use that .tgz file to install it in your app. That way you can be sure that everything works exactly as it will do when you publish the module, later.
It is also possible to install the module locally using a relative path rather than using a package name. This can be very useful if you want to test the module in your own React Application while being able to keep using live editing features such as hot module reloading and fast refreshing.
Documentation ContributionEnglish is my second language and I suffer from dyslexia. I try to document everything as clearly and correctly as possible. Contributions to spelling and grammar errors are more than welcome and much appreciated.
Thanks for your contribution!
Happy coding!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4