From a9c098054581590b7dbc496f13b283ec3ceb223c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 25 Jan 2025 21:04:15 +0100 Subject: [PATCH] chore: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fba3a5..4a1715c 100644 --- a/README.md +++ b/README.md @@ -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!* -## Share / improve Plugins +## Development 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: - 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) - 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). - Additionally, there is a list of [plugin events](https://dev.gajim.org/gajim/gajim/wikis/development/pluginsevents) which might be helpful