meolu/walle-web.io
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="zh-cn"> <head prefix="og: http://ogp.me/ns#"><meta name="generator" content="Hexo 3.8.0"> <meta charset="utf-8"> <title>贡献代码 | walle 瓦力 - 部署系统</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Canonical links --> <link rel="canonical" href="https://walle-web.io/docs/2/zh-cn/contributing.html"> <!-- Alternative links --> <link rel="alternative" hreflang="zh-cn" href="https://walle-web.io/docs/2/zh-cn/contributing.html"> <link rel="alternative" hreflang="en" href="https://walle-web.io/en/docs/2/zh-cn/contributing.html"> <!-- Icon --> <link rel="icon" href="/./favicon.ico"> <!-- CSS --> <!-- build:css build/css/walle.css --> <link rel="stylesheet" href="/css/walle.css"> <!-- endbuild --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <!-- RSS --> <link rel="alternate" href="/atom.xml" title="walle 瓦力 - 部署系统"> <!-- Open Graph --> <meta name="description" content="加入开发我们欢迎广大开发者加入,贡献大家的智慧,让我们共同把 walle 社区建设起来。 开始之前请严格遵循以下代码标准: Python 3 编码 使用 4 个空格作为缩进。 流程 Fork meolu/walle-web 到本地. Clone 到你的本地: $ git clone https://github.com/&#123;username&#125;/walle-web.git$"> <meta property="og:type" content="website"> <meta property="og:title" content="贡献代码"> <meta property="og:url" content="https://walle-web.io/docs/2/zh-cn/contributing.html"> <meta property="og:site_name" content="walle 瓦力 - 部署系统"> <meta property="og:description" content="加入开发我们欢迎广大开发者加入,贡献大家的智慧,让我们共同把 walle 社区建设起来。 开始之前请严格遵循以下代码标准: Python 3 编码 使用 4 个空格作为缩进。 流程 Fork meolu/walle-web 到本地. Clone 到你的本地: $ git clone https://github.com/&#123;username&#125;/walle-web.git$"> <meta property="og:locale" content="zh-cn"> <meta property="og:updated_time" content="2021-05-07T22:26:40.711Z"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="贡献代码"> <meta name="twitter:description" content="加入开发我们欢迎广大开发者加入,贡献大家的智慧,让我们共同把 walle 社区建设起来。 开始之前请严格遵循以下代码标准: Python 3 编码 使用 4 个空格作为缩进。 流程 Fork meolu/walle-web 到本地. Clone 到你的本地: $ git clone https://github.com/&#123;username&#125;/walle-web.git$"> <meta name="twitter:site" content="wushuiyong"> <!-- Swiftype --> <meta class="swiftype" name="title" data-type="string" content="贡献代码"> <!-- baidu Analytics --> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e33cdb698107fe42dbc2af5745ab3c82"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body class=""> <div id="container" class=""> <header id="header" class="wrapper"> <div id="header-inner" class="inner"> <h1 id="logo-wrap" class=""> <img id="logo-img" src="/images/user/logo.blue.png"> <a href="/" id="logo">Walle</a> </h1> <nav id="main-nav"> <ul> <li class="main-nav-item"><a href="/" class="main-nav-link">首页</a></li><li class="main-nav-item"><a href="/docs/" class="main-nav-link">文档</a></li><li class="main-nav-item"><a href="/news/" class="main-nav-link">动态</a></li><li class="main-nav-item"><a href="/about" class="main-nav-link">关于我们</a></li> <li class="main-nav-item"> <a href="https://github.com/meolu/walle-web" class="main-nav-link">GitHub</a> </li> </ul> </nav> <div id="lang-select-wrap"> <label id="lang-select-label"><i class="fa fa-globe"></i><span>简体中文</span></label> <select id="lang-select"> <option value="zh-cn" selected>简体中文</option> <option value="en">English</option> </select> </div> <div id="select-version-wrap"> <label id="lang-select-label"><span>walle-2.0</span></label> <select id="version-select"> <option value="1">walle-1.0</option> <option value="2" selected>walle-2.0</option> </select> </div> <div id="search-btn-wrap" class="main-nav-item"> <input type="text" class="st-default-search-input"> </div> <a id="mobile-nav-toggle"> <span class="mobile-nav-toggle-bar"></span> <span class="mobile-nav-toggle-bar"></span> <span class="mobile-nav-toggle-bar"></span> </a> </div> </header> <div id="content-wrap"> <div id="content" class="wrapper"> <div id="content-inner"> <article class="article-container" itemscope="" itemtype="http://schema.org/Article"> <div class="article-inner"> <div class="article"> <div class="inner"> <header class="article-header"> <h1 class="article-title" itemprop="name">贡献代码</h1> <a href="https://github.com/meolu/docs/edit/master/walle-web.io/docs/2/zh-cn/contributing.md" class="article-edit-link" title="改进本文"><i class="fa fa-pencil"></i> 改进本文</a> </header> <div class="article-content" itemprop="articleBody" data-swiftype-index="true"> <html><head><meta name="generator" content="Hexo 3.8.0"></head><body><h2 id="加入开发" class="article-heading"><a href="#加入开发" class="headerlink" title="加入开发"></a>加入开发<a class="article-anchor" href="#加入开发" aria-hidden="true"></a></h2><p>我们欢迎广大开发者加入,贡献大家的智慧,让我们共同把 walle 社区建设起来。</p> <h3 id="开始之前" class="article-heading"><a href="#开始之前" class="headerlink" title="开始之前"></a>开始之前<a class="article-anchor" href="#开始之前" aria-hidden="true"></a></h3><p>请严格遵循以下代码标准:</p> <ul> <li>Python 3 编码</li> <li>使用 4 个空格作为缩进。</li> </ul> <h3 id="流程" class="article-heading"><a href="#流程" class="headerlink" title="流程"></a>流程<a class="article-anchor" href="#流程" aria-hidden="true"></a></h3><ol> <li>Fork <a href="https://github.com/meolu/walle-web" target="_blank" rel="noopener">meolu/walle-web</a> 到本地.</li> <li><p>Clone 到你的本地:</p> <figure class="highlight plain"><table><tbody><tr><td class="code"><pre><span class="line">$ git clone https://github.com/{username}/walle-web.git</span><br><span class="line">$ cd docs</span><br><span class="line"># 创建新的分支:</span><br><span class="line">$ git checkout -b feature/{username}/dashboard</span><br><span class="line">{% endcode %}</span><br></pre></td></tr></tbody></table></figure> </li> <li><p>编写代码。</p> </li> <li><p>Push 到你的分支:</p> <figure class="highlight plain"><table><tbody><tr><td class="code"><pre><span class="line">$ git push origin feature/{username}/dashboard</span><br></pre></td></tr></tbody></table></figure> </li> <li><p>创建 Pull Request 并描述你完成的功能或者做出的修改。</p> </li> </ol> <blockquote> <p>注意:注释请尽量使用英文</p> </blockquote> <h2 id="更新文档" class="article-heading"><a href="#更新文档" class="headerlink" title="更新文档"></a>更新文档<a class="article-anchor" href="#更新文档" aria-hidden="true"></a></h2><p>我们的文档也是开源的,源代码在 <a href="https://github.com/meolu/docs" target="_blank" rel="noopener">meolu/docs</a>。</p> <h3 id="流程-1" class="article-heading"><a href="#流程-1" class="headerlink" title="流程"></a>流程<a class="article-anchor" href="#流程-1" aria-hidden="true"></a></h3><ol> <li>Fork <a href="https://github.com/meolu/docs" target="_blank" rel="noopener">meolu/docs</a></li> <li><p>Clone 到你的本地:</p> <figure class="highlight plain"><table><tbody><tr><td class="code"><pre><span class="line">$ git clone https://github.com/{username}/docs.git</span><br><span class="line">$ cd docs</span><br><span class="line"># 创建新的分支:</span><br><span class="line">$ git checkout -b feature/{username}/dashboard</span><br></pre></td></tr></tbody></table></figure> </li> <li><p>创建新的分支,编辑文档</p> </li> <li>Push 到你的分支。</li> <li>创建 Pull Request 并描述你完成的功能或者做出的修改。</li> </ol> <h2 id="报告-Bug" class="article-heading"><a href="#报告-Bug" class="headerlink" title="报告 Bug"></a>报告 Bug<a class="article-anchor" href="#报告-Bug" aria-hidden="true"></a></h2><p>当你在使用过程中遇到问题,请查阅 <a href="https://walle-web.io/docs/troubleshooting.html">疑难解答</a> 或者在这里提问 <a href="https://github.com/meolu/walle-web/issues" target="_blank" rel="noopener">GitHub</a>. 如果还是不能解决你的问题,请到 GitHub 联系我们。</p> </body></html> </div> <footer class="article-footer"> <div class="donate"><i class="fa fa-usd"></i><a href="/donate.html">打赏</a> <span>或者</span> <a style="font-size: 18px;" href="https://github.com/meolu/walle-web" target="_blank">star</a></div> <time class="article-footer-updated" datetime="2021-05-07T22:26:40.711Z" itemprop="dateModified">上次更新:2021-05-08</time> <a href="local.html" class="article-footer-prev" title="各种自定义"><i class="fa fa-chevron-left"></i><span>上一页</span></a><a href="releases.html" class="article-footer-next" title="更新日志"><span>下一页</span><i class="fa fa-chevron-right"></i></a> </footer> </div> </div> <aside id="article-toc" role="navigation"> <div id="article-toc-inner"> <strong class="sidebar-title">目录</strong> <ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#加入开发"><span class="toc-text">加入开发</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#开始之前"><span class="toc-text">开始之前</span></a></li><li class="toc-item toc-level-3"><a class="toc-link" href="#流程"><span class="toc-text">流程</span></a></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#更新文档"><span class="toc-text">更新文档</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#流程-1"><span class="toc-text">流程</span></a></li></ol></li><li class="toc-item toc-level-2"><a class="toc-link" href="#报告-Bug"><span class="toc-text">报告 Bug</span></a></li></ol> <a href="#" id="article-toc-top">回到顶部</a> </div> </aside> </div> </article> <aside id="sidebar" role="navigation"> <div class="inner"><strong class="sidebar-title">快速开始</strong><a href="index.html" class="sidebar-link">概述</a><a href="architecture.html" class="sidebar-link">原理分析</a><a href="permission.html" class="sidebar-link">权限模型</a><a href="dependency.html" class="sidebar-link">依赖检查</a><a href="installation.html" class="sidebar-link">标准安装</a><a href="installation_docker.html" class="sidebar-link">Docker安装</a><a href="upgrade.html" class="sidebar-link">升级</a><a href="install-error.html" class="sidebar-link">安装错误</a><a href="troubleshooting.html" class="sidebar-link">常见问题排解</a><strong class="sidebar-title">配置项目</strong><a href="configuration-user.html" class="sidebar-link">用户配置</a><a href="configuration-project.html" class="sidebar-link">项目配置</a><a href="configuration-project-java.html" class="sidebar-link">Java项目配置模板</a><a href="configuration-project-php.html" class="sidebar-link">PHP项目配置模板</a><a href="configuration-error.html" class="sidebar-link">检测错误</a><strong class="sidebar-title">上线使用</strong><a href="submit-bill.html" class="sidebar-link">提交上线单</a><a href="deploying.html" class="sidebar-link">部署上线</a><a href="deploy-error.html" class="sidebar-link">部署出错</a><strong class="sidebar-title">自定义</strong><a href="local.html" class="sidebar-link">各种自定义</a><strong class="sidebar-title">其它</strong><a href="contributing.html" class="sidebar-link current">我想贡献</a><a href="releases.html" class="sidebar-link">更新日志</a></div> </aside> </div> </div> </div> </div> <footer id="footer"> <div class="wrapper"> <div class="inner"> <div id="footer-copyright"> © 2021 <a href="https://walle-web.io/" target="_blank">walle</a><br> Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>. </div> <div id="footer-links"> <a href="http://weibo.com/" class="footer-link" target="_blank"><i class="fa fa-weibo"></i></a> <a href="https://github.com/meolu/walle-web" class="footer-link" target="_blank"><i class="fa fa-github-alt"></i></a> <a href="https://twitter.com/wushuiyong" class="footer-link" target="_blank"><i class="fa fa-twitter"></i></a> </div> </div> </div> </footer> <div id="mobile-nav-dimmer"></div> <nav id="mobile-nav"> <div id="mobile-nav-inner"> <ul id="mobile-nav-list"> <li class="mobile-nav-item"><a href="/" class="mobile-nav-link">首页</a></li><li class="mobile-nav-item"><a href="/docs/" class="mobile-nav-link">文档</a></li><li class="mobile-nav-item"><a href="/news/" class="mobile-nav-link">动态</a></li><li class="mobile-nav-item"><a href="/about" class="mobile-nav-link">关于我们</a></li> <li class="mobile-nav-item"> <a href="https://github.com/meolu/walle-web" class="mobile-nav-link" rel="external" target="_blank">GitHub</a> </li> </ul> <strong class="mobile-nav-title">快速开始</strong><a href="index.html" class="mobile-nav-link">概述</a><a href="architecture.html" class="mobile-nav-link">原理分析</a><a href="permission.html" class="mobile-nav-link">权限模型</a><a href="dependency.html" class="mobile-nav-link">依赖检查</a><a href="installation.html" class="mobile-nav-link">标准安装</a><a href="installation_docker.html" class="mobile-nav-link">Docker安装</a><a href="upgrade.html" class="mobile-nav-link">升级</a><a href="install-error.html" class="mobile-nav-link">安装错误</a><a href="troubleshooting.html" class="mobile-nav-link">常见问题排解</a><strong class="mobile-nav-title">配置项目</strong><a href="configuration-user.html" class="mobile-nav-link">用户配置</a><a href="configuration-project.html" class="mobile-nav-link">项目配置</a><a href="configuration-project-java.html" class="mobile-nav-link">Java项目配置模板</a><a href="configuration-project-php.html" class="mobile-nav-link">PHP项目配置模板</a><a href="configuration-error.html" class="mobile-nav-link">检测错误</a><strong class="mobile-nav-title">上线使用</strong><a href="submit-bill.html" class="mobile-nav-link">提交上线单</a><a href="deploying.html" class="mobile-nav-link">部署上线</a><a href="deploy-error.html" class="mobile-nav-link">部署出错</a><strong class="mobile-nav-title">自定义</strong><a href="local.html" class="mobile-nav-link">各种自定义</a><strong class="mobile-nav-title">其它</strong><a href="contributing.html" class="mobile-nav-link current">我想贡献</a><a href="releases.html" class="mobile-nav-link">更新日志</a> </div> <div id="mobile-lang-select-wrap"> <span id="mobile-lang-select-label"><i class="fa fa-globe"></i><span>简体中文</span></span> <select id="mobile-lang-select"> <option value="zh-cn" selected>简体中文</option> <option value="en">English</option> </select> </div> </nav> <!-- Scripts --> <!-- build:js build/js/main.js --> <script src="/js/lang_select.js"></script> <script src="/js/version_select.js"></script> <script src="/js/toc.js"></script> <script src="/js/mobile_nav.js"></script> <!-- endbuild --> <!-- <script src="//cdn.jsdelivr.net/retinajs/1.1.0/retina.min.js" async></script> --> <script src="/js/tab.js"></script> <!-- Swiftype --> <script type="text/javascript"> (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t); e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e); })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st'); _st('install','URYXMYgtQuEhNHNY8d-F','2.0.0'); </script> </body> </html>