You are here because you liked NanoSupport and want it to be even better. Yes, you can contribute to make it far better. Here are some ways:
If you are a developer, and familiar with github things, you can fork NanoSupport, make your changes and create a pull request.
You can:
- even fix a typo
- fix any bug
- improve the code
- add new feature
Before moving to the development process, make sure you followed the NanoSupport Developer Guide, so that you can set up all the necessary things before you proceed.
We're managing things using:
yarn
(Installing yarn), andgrunt
(Installing grunt)
Open the command console and type the following to install dependencies:
git clone https://github.com/nanodesigns/nanosupport.git nanosupport && cd nanosupport && yarn install && grunt
This code will download the plugin code, install node_modules and will build necessary javascripts and styles.
You can't contribute by either ways, but you still have something in mind, don't let them wash away. Open an issue and inform us right away.
Yes, anybody can make the plugin understandable in your language by translating the plugin. Just start translating online.
Or, you can use software like POEdit ('cross-platform) or EasyPO, and using the plugins' .pot
file you can easily translate the plugin locally.