mattermost-community/mattermost-plugin-memes

Parse memes at runtime?

開放

#63 建立於 2022年9月21日

 (0 則留言) (5 個反應) (0 位負責人)Go (33 個分叉)auto 404
Difficulty/3:HardHelp WantedNeeds SpecTech/GoUp For Grabs

倉庫指標

星標
 (80 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

This is a feature request to make the plugin code and meme resources modular. Then server admins could add or edit memes any time without having to have them officially included via a PR, or set up a dev environment to recompile from a fork. The plugin could scan files on (re)activation, include valid ones, and log errors for invalid ones.

I also thought JSON metadata might be friendlier for this. Golang projects seem to use it fairly universally, it's more widely known, and has fewer pitfalls than YAML.

貢獻者指南