From c6797eded9166c9b0216d4a6b5f147b88d9627af Mon Sep 17 00:00:00 2001 From: LagradOst <46196380+Blatzar@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:37:36 +0000 Subject: [PATCH] Update using-plugin-template.md --- devs/using-plugin-template.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/devs/using-plugin-template.md b/devs/using-plugin-template.md index dcbf308..609052c 100644 --- a/devs/using-plugin-template.md +++ b/devs/using-plugin-template.md @@ -5,15 +5,14 @@ order: 999 --- # Using the template -The easiest way to start developing is to use our [plugin-template](https://gitdab.com/recloudstream/plugin-template) as it sets up the build environment automatically. +The easiest way to start developing is to fork our plugin template [plugin-template](https://github.com/recloudstream/TestPlugins). To get started: -1) Copy the plugin template page URL +1) Fork the Test Plugins -2) Import into GitHub using the "Import a Repository" Feature +2) Check if GitHub actions are enabled, by going to: `Settings > Actions > General > Allow all actions and reusable workflows` -3) Check if GitHub actions are enabled, by going to: `Settings > Actions > General > Allow all actions and reusable workflows` - -4) You can now create your own plugins and after you push new code, they should automatically be built +3) Make sure workflows have push access in your repository, by going to: `Settings > Actions > General > Read and write permissions` +4) You can now create your own plugins and after you push new code, they should automatically be built