|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <title>SmallBASIC | contributing</title> |
| 8 | + <meta name="description" content="SmallBASIC | One more basic"> |
| 9 | + <link rel="canonical" href="/contributing.html"> |
| 10 | + <link rel="keywords" href="contributing"> |
| 11 | + <link rel="stylesheet" href="/css/style.css"> |
| 12 | + <link rel="icon" type="image/png" href="/images/sb-desktop-32x32.png"> |
| 13 | +</head> |
| 14 | + <body> |
| 15 | +<div class="wrapAll clearfix"> |
| 16 | + <div class="sidebar"> |
| 17 | + <div class="logo"> |
| 18 | + <a href="/"><img src='/images/sb-desktop-128x128.png' alt="logo"></a> |
| 19 | + </div> |
| 20 | + <div class="navigation"> |
| 21 | + <h4>SmallBASIC</h4> |
| 22 | + <ul> |
| 23 | + <li><a href="/">Main page</a></li> |
| 24 | + <li><a href="/pages/download.html">Download</a></li> |
| 25 | + <li><a href="/pages/reference.html">Language reference</a></li> |
| 26 | + <li><a href="/pages/samples.html">Code library</a></li> |
| 27 | + </ul> |
| 28 | + <hr class="menuSeparator"/> |
| 29 | + <ul> |
| 30 | + <li><a href="/pages/articles.html">Artices</a></li> |
| 31 | + <li><a href="/pages/community.html">Community</a></li> |
| 32 | + <li><a href="/pages/changelog.html">Changelog</a></li> |
| 33 | + <li><a href="/pages/screenshots.html">Screenshots</a></li> |
| 34 | + <li><a href="/pages/links.html">Links</a></li> |
| 35 | + </ul> |
| 36 | + <hr class="menuSeparator"/> |
| 37 | + <ul> |
| 38 | + <li><a href="https://play.google.com/store/apps/details?id=net.aircave">Air Cave Game</a></li> |
| 39 | + </ul> |
| 40 | + </div> |
| 41 | + </div> |
| 42 | + <div class="mainsection"> |
| 43 | + <div class="tabs clearfix"> |
| 44 | + <div class="tabsLeft"> |
| 45 | + <ul> |
| 46 | + <li><a href="#" class="active">Article</a></li> |
| 47 | + <li><a href="https://www.syntaxbomb.com/index.php/board,54.0.html">Discuss</a></li> |
| 48 | + </ul> |
| 49 | + </div> |
| 50 | + <div id="simpleSearch"> |
| 51 | + <div id="submitSearch"></div> |
| 52 | + <form action="https://github.com/smallbasic/smallbasic.github.io/search" |
| 53 | + target="_github" accept-charset="UTF-8" method="get" style="display:inline"> |
| 54 | + <input type="hidden" class="js-site-search-type-field" name="type"> |
| 55 | + <input type="hidden" name="utf8" value="✓"> |
| 56 | + <input type="hidden" name="l" value="Visual Basic"> |
| 57 | + <input type="text" name="q" placeholder="Search" size="12" id="searchInput"> |
| 58 | + </form> |
| 59 | + </div> |
| 60 | + <div class="tabsRight"> |
| 61 | + <ul> |
| 62 | + <li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/pages/contributing.markdown">View source</a></li> |
| 63 | + <li><a target="_github" href="https://github.com/smallbasic/smallbasic.github.io/commits/master/_build/pages/contributing.markdown">View history</a></li> |
| 64 | + </ul> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | +<div class="article"> |
| 68 | +<h1 id="contributing">Contributing</h1> |
| 69 | +<h2 id="reference-documentation">Reference documentation</h2> |
| 70 | +<p>1 Navigate to the documentation page:</p> |
| 71 | +<ul> |
| 72 | +<li>https://github.com/smallbasic/smallbasic.github.io</li> |
| 73 | +</ul> |
| 74 | +<p>2 Click clone to create your own copy.</p> |
| 75 | +<p>3 In your clone, navigate to any of the poorly documented SUBs/FUNCs</p> |
| 76 | +<ul> |
| 77 | +<li><p>For example:</p></li> |
| 78 | +<li><p>https://github.com/smallbasic/smallbasic.github.io/blob/master/_build/reference/569-data-data.markdown</p></li> |
| 79 | +</ul> |
| 80 | +<p>4 Click the edit link to make some improvements.</p> |
| 81 | +<ul> |
| 82 | +<li><p>Since this is BASIC, in a lot of cases there’s already some other place that could be used for “inspiration” for example;</p></li> |
| 83 | +<li><p>https://www.c64-wiki.com/wiki/DATA</p></li> |
| 84 | +</ul> |
| 85 | +<p>5 Commit and raise a pull request.</p> |
| 86 | +<ul> |
| 87 | +<li>Click “Create a new branch” for this commit and start a pull request.</li> |
| 88 | +<li>Click “Learn more about pull requests.”</li> |
| 89 | +<li>Click “commit”</li> |
| 90 | +<li>You don’t need any special software to do any of this, just a web browser</li> |
| 91 | +</ul> |
| 92 | +</div> |
| 93 | + <div class="pagefooter"> |
| 94 | + This page was last edited on | |
| 95 | + <a href="https://en.wikipedia.org/wiki/Markdown" target="_blank" rel="nofollow">Markdown</a> |
| 96 | + processed with |
| 97 | + <a href="https://pandoc.org/MANUAL.html#pandocs-markdown" target="_blank" rel="nofollow">pandoc 2.2.1</a> |
| 98 | + | Template by <a href="http://html5-templates.com/" target="_blank" rel="nofollow">HTML5 Templates</a> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | +</div> |
| 102 | + </body> |
| 103 | +</html> |
0 commit comments