Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.09 KB

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 2.09 KB

How to contribute - NanoSupport

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:

Bug Fixing and Improvements

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

:octocat: Feel free to Fork the plugin

Developer Guide

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:

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.

📘 Read Developer Guide

Submit an issue

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.

🐛 Create a New Issue

Translate in your language

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.

🌏 Translate the plugin