diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-07 21:14:42 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-07 21:14:42 +0100 |
commit | a4879b53759ac8db1405351103c7a4a8a700a768 (patch) | |
tree | 2619f8b46aea530476bf4cd71117e10e1ac42979 /support/doc/plugins | |
parent | 34e299876920cdd3eb84e0ac62707ed7d089eca5 (diff) | |
download | PeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.tar.gz PeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.tar.zst PeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.zip |
add github PR template and late crowdfunding link
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 2bd3fb6d2..101d3e094 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md | |||
@@ -658,7 +658,7 @@ registerHook({ | |||
658 | } | 658 | } |
659 | }) | 659 | }) |
660 | ``` | 660 | ``` |
661 | * Don't try to require parent PeerTube modules, only use `peertubeHelpers`. If you need another helper or a specific hook, please [create an issue](https://github.com/Chocobozzz/PeerTube/issues/new) | 661 | * Don't try to require parent PeerTube modules, only use `peertubeHelpers`. If you need another helper or a specific hook, please [create an issue](https://github.com/Chocobozzz/PeerTube/issues/new/choose) |
662 | * Don't use PeerTube dependencies. Use your own :) | 662 | * Don't use PeerTube dependencies. Use your own :) |
663 | 663 | ||
664 | If your plugin is broken with a new PeerTube release, update your code and the `peertubeEngine` field of your `package.json` field. | 664 | If your plugin is broken with a new PeerTube release, update your code and the `peertubeEngine` field of your `package.json` field. |