Skip to content

Commit

Permalink
Update the template url (#27)
Browse files Browse the repository at this point in the history
* Update using-plugin-template.md

* Update using-plugin-template.md

* Update using-plugin-template.md
  • Loading branch information
Blatzar authored Jun 2, 2024
1 parent 6aa22b5 commit 36d8a88
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions devs/using-plugin-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [Test Plugins](https://github.com/recloudstream/TestPlugins).

To get started:

1) <a href="https://gitdab.com/recloudstream/plugin-template" target="_blank">Copy the plugin template page URL</a>
1) <a href="https://github.com/recloudstream/TestPlugins/fork" target="_blank">Fork the Test Plugins</a>

2) Import into GitHub using the <a href="https://github.com/new/import" target="_blank">"Import a Repository"</a> 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

0 comments on commit 36d8a88

Please sign in to comment.