Hi Towhid,
I am using this plugin from you and I just realized how many other plugins you have published on Github:
https://github.com/Towhidn?tab=repositories
This is really great, thanks lot for your efforts!
I would suggest only a very small, but important change in your github repositories:
Please don´t use another subfolder for the plugin. Always start with the main directory of the repository.
Reason:
If I am cloning the git repository the plugin is not found:
/qa-plugin/ > git clone
https://github.com/Towhidn/q2a-tag-descriptions.git
puts all files in the following subdirectory and the plugin therefore is not found by the admin.
/qa-plugin/q2a-tag-descriptions/q2a-tag-description
Hope you can change this soon for all your plugins, so that updating your plugins in the future will be very easy with just:
/qa-plugin/q2a-tag-descriptions > git pull
Thanks again for your efforts!
EDIT:
for the moment i am just using a symlink to the subdirectory:
ln -s q2a-tag-descriptions/q2a-tag-description q2a-tag-descriptions-link
it doubles my number of links in the plugin-directory for the extensions, but it reduces complexity.