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.

贡献者指南