|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | -<title>How to contribute — QPython 0.9 documentation</title> |
| 7 | +<title>Welcome contribute — QPython 0.9 documentation</title> |
8 | 8 | <link rel="stylesheet" href="../static/css/theme.css" type="text/css" /> |
9 | 9 | <link rel="top" title="QPython 0.9 documentation" href="../index.html"/> |
10 | 10 | <link rel="up" title="QPython Getting started" href="guide.html"/> |
11 | | -<link rel="next" title="中文用户向导" href="../zhindex.html"/> |
| 11 | +<link rel="next" title="Join the tester community" href="guide_contributors_test.html"/> |
12 | 12 | <link rel="prev" title="QPython Open API" href="guide_extend.html"/> |
13 | 13 | <script src="../static/js/modernizr.min.js"></script> |
14 | 14 | </head> |
|
36 | 36 | <li class="toctree-l1"><a class="reference internal" href="guide.html#programming-guide">Programming Guide</a></li> |
37 | 37 | <li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-hackers-guide">QPython Hackers’ Guide</a></li> |
38 | 38 | <li class="toctree-l1 current"><a class="reference internal" href="guide.html#contributors-guide">Contributors’ Guide</a><ul class="current"> |
39 | | -<li class="toctree-l2 current"><a class="current reference internal" href="#">How to contribute</a><ul> |
40 | | -<li class="toctree-l3"><a class="reference internal" href="#how-to-write-documentation">How to write documentation</a></li> |
41 | | -<li class="toctree-l3"><a class="reference internal" href="#how-to-translate">How to translate</a></li> |
| 39 | +<li class="toctree-l2 current"><a class="current reference internal" href="#">Welcome contribute</a></li> |
| 40 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-help-with-test">How to help with test</a><ul> |
| 41 | +<li class="toctree-l3"><a class="reference internal" href="guide_contributors_test.html">Join the tester community</a></li> |
| 42 | +<li class="toctree-l3"><a class="reference internal" href="guide_contributors_test.html#feedback">Feedback</a></li> |
| 43 | +</ul> |
| 44 | +</li> |
| 45 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-contribute-documentation">How to contribute documentation</a></li> |
| 46 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-translate">How to translate</a></li> |
| 47 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-launch-a-local-qpython-users-community">How to launch a local QPython users community</a><ul> |
42 | 48 | <li class="toctree-l3"><a class="reference internal" href="#how-to-organise-a-local-qpython-user-sharing-event">How to organise a local qpython user sharing event</a></li> |
43 | | -<li class="toctree-l3"><a class="reference internal" href="#how-to-launch-a-local-qpython-users-community">How to launch a local QPython users community</a></li> |
| 49 | +</ul> |
| 50 | +</li> |
| 51 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-became-the-developer-member">How to became the developer member</a><ul> |
44 | 52 | <li class="toctree-l3"><a class="reference internal" href="#how-to-develop-qpython-built-in-programs">How to develop qpython built-in programs</a></li> |
45 | | -<li class="toctree-l3"><a class="reference internal" href="#how-to-became-qpython-core-dev-team-member">How to became QPython core dev team member</a></li> |
46 | | -<li class="toctree-l3"><a class="reference internal" href="#how-to-sponsor-qpython-project">How to sponsor QPython project</a></li> |
47 | 53 | </ul> |
48 | 54 | </li> |
| 55 | +<li class="toctree-l2"><a class="reference internal" href="#how-to-sponsor-qpython-project">How to sponsor QPython project</a></li> |
49 | 56 | </ul> |
50 | 57 | </li> |
51 | 58 | </ul> |
|
66 | 73 | <ul class="wy-breadcrumbs"> |
67 | 74 | <li><a href="../index.html">Docs</a> »</li> |
68 | 75 | <li><a href="guide.html">QPython Getting started</a> »</li> |
69 | | -<li>How to contribute</li> |
| 76 | +<li>Welcome contribute</li> |
70 | 77 | <li class="wy-breadcrumbs-aside"> |
71 | 78 | <a href="../_sources/en/guide_contributors.txt" rel="nofollow"> View page source</a> |
72 | 79 | </li> |
|
75 | 82 | </div> |
76 | 83 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
77 | 84 | <div itemprop="articleBody"> |
78 | | -<div class="section" id="how-to-contribute"> |
79 | | -<h1>How to contribute<a class="headerlink" href="#how-to-contribute" title="Permalink to this headline">¶</a></h1> |
80 | | -<p>As a young group, we need your help.</p> |
81 | | -<p>Please send email to us(support at qpython.org) to introduce youself, which part do you want to contribute.</p> |
| 85 | +<div class="section" id="welcome-contribute"> |
| 86 | +<h1>Welcome contribute<a class="headerlink" href="#welcome-contribute" title="Permalink to this headline">¶</a></h1> |
| 87 | +<p>Thanks for supporting this project, QPython is a greate project, and we hope you join us to help with make it more greater.</p> |
| 88 | +<p>Please send email to us(support at qpython.org) to introduce youself briefly, and which part do you want to contribute.</p> |
82 | 89 | <p>Then we will consider to invite you to join the qpython-collaborator group.</p> |
83 | | -<p>Thanks for supporting this project, let us push on this greate project moving on altogether!</p> |
84 | | -<div class="section" id="how-to-write-documentation"> |
85 | | -<h2>How to write documentation<a class="headerlink" href="#how-to-write-documentation" title="Permalink to this headline">¶</a></h2> |
| 90 | +</div> |
| 91 | +<div class="section" id="how-to-help-with-test"> |
| 92 | +<h1>How to help with test<a class="headerlink" href="#how-to-help-with-test" title="Permalink to this headline">¶</a></h1> |
| 93 | +<div class="toctree-wrapper compound"> |
| 94 | +<ul> |
| 95 | +<li class="toctree-l1"><a class="reference internal" href="guide_contributors_test.html">Join the tester community</a></li> |
| 96 | +<li class="toctree-l1"><a class="reference internal" href="guide_contributors_test.html#feedback">Feedback</a></li> |
| 97 | +</ul> |
| 98 | +</div> |
| 99 | +</div> |
| 100 | +<div class="section" id="how-to-contribute-documentation"> |
| 101 | +<h1>How to contribute documentation<a class="headerlink" href="#how-to-contribute-documentation" title="Permalink to this headline">¶</a></h1> |
86 | 102 | </div> |
87 | 103 | <div class="section" id="how-to-translate"> |
88 | | -<h2>How to translate<a class="headerlink" href="#how-to-translate" title="Permalink to this headline">¶</a></h2> |
| 104 | +<h1>How to translate<a class="headerlink" href="#how-to-translate" title="Permalink to this headline">¶</a></h1> |
89 | 105 | </div> |
| 106 | +<div class="section" id="how-to-launch-a-local-qpython-users-community"> |
| 107 | +<h1>How to launch a local QPython users community<a class="headerlink" href="#how-to-launch-a-local-qpython-users-community" title="Permalink to this headline">¶</a></h1> |
90 | 108 | <div class="section" id="how-to-organise-a-local-qpython-user-sharing-event"> |
91 | 109 | <h2>How to organise a local qpython user sharing event<a class="headerlink" href="#how-to-organise-a-local-qpython-user-sharing-event" title="Permalink to this headline">¶</a></h2> |
92 | 110 | </div> |
93 | | -<div class="section" id="how-to-launch-a-local-qpython-users-community"> |
94 | | -<h2>How to launch a local QPython users community<a class="headerlink" href="#how-to-launch-a-local-qpython-users-community" title="Permalink to this headline">¶</a></h2> |
95 | 111 | </div> |
| 112 | +<div class="section" id="how-to-became-the-developer-member"> |
| 113 | +<h1>How to became the developer member<a class="headerlink" href="#how-to-became-the-developer-member" title="Permalink to this headline">¶</a></h1> |
96 | 114 | <div class="section" id="how-to-develop-qpython-built-in-programs"> |
97 | 115 | <h2>How to develop qpython built-in programs<a class="headerlink" href="#how-to-develop-qpython-built-in-programs" title="Permalink to this headline">¶</a></h2> |
98 | 116 | </div> |
99 | | -<div class="section" id="how-to-became-qpython-core-dev-team-member"> |
100 | | -<h2>How to became QPython core dev team member<a class="headerlink" href="#how-to-became-qpython-core-dev-team-member" title="Permalink to this headline">¶</a></h2> |
101 | 117 | </div> |
102 | 118 | <div class="section" id="how-to-sponsor-qpython-project"> |
103 | | -<h2>How to sponsor QPython project<a class="headerlink" href="#how-to-sponsor-qpython-project" title="Permalink to this headline">¶</a></h2> |
| 119 | +<h1>How to sponsor QPython project<a class="headerlink" href="#how-to-sponsor-qpython-project" title="Permalink to this headline">¶</a></h1> |
104 | 120 | <p>More detail coming soon...</p> |
105 | 121 | </div> |
106 | 122 | </div> |
107 | | -</div> |
108 | 123 | <div class="articleComments"> |
109 | 124 | </div> |
110 | 125 | </div> |
111 | 126 | <footer> |
112 | 127 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
113 | | -<a href="../zhindex.html" class="btn btn-neutral float-right" title="中文用户向导" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 128 | +<a href="guide_contributors_test.html" class="btn btn-neutral float-right" title="Join the tester community" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
114 | 129 | <a href="guide_extend.html" class="btn btn-neutral" title="QPython Open API" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
115 | 130 | </div> |
116 | 131 | <hr/> |
|
0 commit comments