We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7d729 commit 134795bCopy full SHA for 134795b
CONTRIBUTING.md
@@ -13,6 +13,14 @@
13
2. 使用 [Google Style Guide](https://github.com/google/styleguide) 统一代码风格。
14
> `IDEA` 下可以下载 [intellij-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml),然后在 `Settings` -> `Editor` -> `Code Style` 进行导入。
15
16
+## 参考文档
17
+
18
+1. [Plugin tutorial](https://wiki.jenkins.io/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment)
19
+2. [Jenkins 插件开发之旅:两天内从 idea 到发布(上篇)](https://jenkins-zh.cn/wechat/articles/2019/05/2019-05-06-jenkins-plugin-develop-within-two-days-part01/)
20
+3. [Jenkins 插件开发之旅:两天内从 idea 到发布(下篇)](https://jenkins-zh.github.io/wechat/articles/2019/05/2019-05-08-jenkins-plugin-develop-within-two-days-part02/)
21
22
+---
23
24
## 文档服务
25
26
1. 安装 node.js 环境
0 commit comments