Skip to content

Commit 134795b

Browse files
committed
docs: update CONTRIBUTING.md
1 parent ae7d729 commit 134795b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

+8
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
2. 使用 [Google Style Guide](https://github.com/google/styleguide) 统一代码风格。
1414
> `IDEA` 下可以下载 [intellij-java-google-style.xml](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml),然后在 `Settings` -> `Editor` -> `Code Style` 进行导入。
1515
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+
1624
## 文档服务
1725

1826
1. 安装 node.js 环境

0 commit comments

Comments
 (0)