@@ -32,7 +32,7 @@ There are several ways to install a plugin:
...
@@ -32,7 +32,7 @@ There are several ways to install a plugin:
*Note: Using master branch for plugins requires frequent updates of both Gajim and plugins!*
*Note: Using master branch for plugins requires frequent updates of both Gajim and plugins!*
## Share / improve Plugins
## Development
You have written a new plugin or want to improve an existing one?
You have written a new plugin or want to improve an existing one?
...
@@ -41,6 +41,7 @@ First, thanks for that! Here is how to start:
...
@@ -41,6 +41,7 @@ First, thanks for that! Here is how to start:
- Register an account on our Gitlab [here](https://dev.gajim.org/users/sign_in)
- Register an account on our Gitlab [here](https://dev.gajim.org/users/sign_in)
- Tell us about your plans at [gajim@conference.gajim.org](xmpp:gajim@conference.gajim.org?join)
- Tell us about your plans at [gajim@conference.gajim.org](xmpp:gajim@conference.gajim.org?join)
- Fork the Gajim-Plugins [repository](https://dev.gajim.org/gajim/gajim-plugins)
- Fork the Gajim-Plugins [repository](https://dev.gajim.org/gajim/gajim-plugins)
- Check `./scripts/dev_env.sh` to get a environment with dependencies installed
- When you are finished, do a merge request against the main plugins repository. You can read about how to use git [here](https://dev.gajim.org/gajim/gajim/wikis/howtogit).
- When you are finished, do a merge request against the main plugins repository. You can read about how to use git [here](https://dev.gajim.org/gajim/gajim/wikis/howtogit).
- Additionally, there is a list of [plugin events](https://dev.gajim.org/gajim/gajim/wikis/development/pluginsevents) which might be helpful
- Additionally, there is a list of [plugin events](https://dev.gajim.org/gajim/gajim/wikis/development/pluginsevents) which might be helpful