csdocs/devs/using-plugin-template.md
LagradOst 36d8a880e2
Update the template url (#27)
* Update using-plugin-template.md

* Update using-plugin-template.md

* Update using-plugin-template.md
2024-06-03 00:28:46 +02:00

18 lines
693 B
Markdown

---
label: Using plugin template
icon: repo-template
order: 999
---
# Using the template
The easiest way to start developing is to fork our [Test Plugins](https://github.com/recloudstream/TestPlugins).
To get started:
1) <a href="https://github.com/recloudstream/TestPlugins/fork" target="_blank">Fork the Test Plugins</a>
2) Check if GitHub actions are enabled, by going to: `Settings > Actions > General > Allow all actions and reusable workflows`
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