This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch build-community
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/build-community by this push:
new 40265c8a fix: format styles
40265c8a is described below
commit 40265c8ab340cf8ad5248715a76bdd64f1793474
Author: shuai <[email protected]>
AuthorDate: Mon Nov 20 15:47:15 2023 +0800
fix: format styles
---
community/contributing/plugins.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/community/contributing/plugins.md
b/community/contributing/plugins.md
index 67df257d..b8ace527 100644
--- a/community/contributing/plugins.md
+++ b/community/contributing/plugins.md
@@ -102,5 +102,6 @@ export { default as editor_chart } from 'editor_chart';
// @param1 plugin_name
// @param2 boolean; is whether or not to activate the
PluginKit.changePluginActiveStatus('editor_chart', true);
-```
+ ```
+
- **Publish plugin**: after the function is developed, copy your entire
plug-in folder to (incubator-answer-plugins)
[https://github.com/apache/incubator-answer-plugins], **and add `go.mod`
`[plugin_name].go` `go.sum` these three files **; then initiate a PR and wait
for review by relevant personnel; if incubator-answer If there are relevant
changes in PR, please describe the scope of impact in PR.