You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
9.2 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. ---
  2. layout : 'default'
  3. css : 'guide'
  4. title : 'Contributing'
  5. description : 'It takes a village'
  6. type : 'Semantic Project'
  7. ---
  8. <script src="/javascript/intro.js"></script>
  9. <%- @partial('header', @tabs = { introduction: 'Introduction', contributing: 'Contributing', learn: 'Learning More' }) %>
  10. <div class="main container">
  11. <div class="ui active tab" data-tab="introduction">
  12. <p>There are a variety of ways to contribute to the development of Semantic. We are a very new project and are looking for an enthusiastic and like-minded group of core contributors.
  13. <h3 class="ui header">Publicity</h3>
  14. <p>One of the easiest ways to support Semantic UI is to get the word out</p>
  15. <script id='fbrob7c'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=jlukic&button=compact&url=https%3A%2F%2Fgithub.com%2Fjlukic%2FSemantic-UI';f.title='Flattr';f.height=31;f.width=110;f.style.marginRight=10;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbrob7c');</script>
  16. <iframe src="http://ghbtns.com/github-btn.html?user=jlukic&repo=semantic=ui&type=watch&count=true&size=large"
  17. allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
  18. <iframe src="http://ghbtns.com/github-btn.html?user=jlukic&repo=semantic=ui&type=follow&count=true&size=large"
  19. allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
  20. <iframe src="http://ghbtns.com/github-btn.html?user=jlukic&repo=semantic=ui&type=fork&count=true&size=large"
  21. allowtransparency="true" frameborder="0" scrolling="0" width="90" height="30"></iframe>
  22. <a href="https://twitter.com/intent/tweet?button_hashtag=semanticui" class="twitter-hashtag-button" data-size="large" data-url="http://www.semantic-ui.com"></a>
  23. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
  24. <h3 class="ui header">Squashing Bugs</h3>
  25. <p>Please submit any bugs you encounter when using the library to our <a href="https://github.com/jlukic/Semantic-UI/issues?state=open">Github Issues Tracker</a>.</p>
  26. <p>Be sure to include a set of steps to reproduce the issue and any related information, browser, OS etc. If we can't see the issue then it will make solving things much more difficult.</p>
  27. <div class="ui warning message">When submitting a bug report, please <a href="http://jsfiddle.net/jlukic/Vbr9d/1/">Fork this JSFiddle</a> to create a test-case. It will have Semantic and normalize.css included for you automatically.</div>
  28. <a class="ui teal button" href="https://github.com/jlukic/Semantic-UI/issues/new"><i class="github icon"></i> Submit a bug report</a>
  29. <h3 class="ui header">Pull Requests</h3>
  30. <p>If you see a bug and you'd like to fix it, feel free to open a pull request.</p>
  31. <div class="ui buttons">
  32. <a class="ui teal button" href="https://github.com/jlukic/Semantic-UI/compare/">Create a Pull Request</a>
  33. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues?state=open">View Open Issues</a>
  34. </div>
  35. </div>
  36. <div class="ui tab" data-tab="contributing">
  37. <h2 class="ui dividing header">Ideas</h2>
  38. <p>Semantic is looking for people to help contribute new core UI components, and suggest extensions for the library.</p>
  39. <p>If you have suggestions for components missing from Semantic which you'd like to see in future versions please add them to our public UI Component board. The current list of upcoming components, and their current development status can be seen on the contributor UI board.</p>
  40. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues/new"><i class="lightbulb icon"></i> Add an idea</a>
  41. <h2 class="ui dividing header">Code</h2>
  42. <p>We are looking for a few good coders to help us push out important new features for a release version of Semantic. Here's an overview of current features in development</p>
  43. <h3 class="ui header">CSS Variables</h3>
  44. <p>We are working on porting Semantic to using CSS variables to allow for easier theming. We are currently planning on using a CSS Pre-processor to move useful values over to variables. The current plan is to <b>not use mix-ins or pre-processor specific code</b> besides variables, and to add vendor prefixing using Grunt.</p>
  45. <a class="ui teal vertical animated button" href="mailto:jacklukic@gmail.com?Subject=I%20would%20love%20to%20work%20on%20%3Cinsert%20feature%20name%3E&Body=Hey%2C%20I%20just%20wanted%20to%20introduce%20myself%0A%0A%3CHere%27s%20a%20link%20to%20info%20about%20me%20or%20my%20github%3E%0A%0A%3CHere%27s%20a%20bit%20about%20what%20i%20need%20to%20help%20contribute%3E%0A%0A%3CHere%27s%20how%20i%20think%20i%27ll%20get%20started%20on%20that%20feature%3E">
  46. <div class="visible content">Help code this</div>
  47. <div class="hidden content"><i class="mail icon"></i> Reach Out</div>
  48. </a>
  49. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues/216">Share Ideas</a>
  50. <div class="ui section divider"></div>
  51. <h3 class="ui header">Example Layouts</h3>
  52. <p>We are looking to create example layouts with Semantic to help people make sites quicker, and to learn the intracicies of using Semantic UI. The plan is to eventually create a sister site <b>learnsemantic.com</b> which will contain useful features for learning to use Semantic.</p>
  53. <a class="ui teal vertical animated button" href="mailto:jacklukic@gmail.com?Subject=I%20would%20love%20to%20work%20on%20%3Cinsert%20feature%20name%3E&Body=Hey%2C%20I%20just%20wanted%20to%20introduce%20myself%0A%0A%3CHere%27s%20a%20link%20to%20info%20about%20me%20or%20my%20github%3E%0A%0A%3CHere%27s%20a%20bit%20about%20what%20i%20need%20to%20help%20contribute%3E%0A%0A%3CHere%27s%20how%20i%20think%20i%27ll%20get%20started%20on%20that%20feature%3E">
  54. <div class="visible content">Help code this</div>
  55. <div class="hidden content"><i class="mail icon"></i> Reach Out</div>
  56. </a>
  57. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues/206">Share Ideas</a>
  58. <div class="ui section divider"></div>
  59. <h3 class="ui header">Build Tools</h3>
  60. <p>We need to create a customizer for Semantic so user's can choose which components they would like to include and create custom zips with their minified concatenated code.</p>
  61. <p>Most likely this means creating a standalone server that can take API requests for custom builds of semantic and return zip with minified and uncompressed source, or with a little ingenuity in-page javascript which uses JSZIP to do the same</p>
  62. <a class="ui teal vertical animated button" href="mailto:jacklukic@gmail.com?Subject=I%20would%20love%20to%20work%20on%20%3Cinsert%20feature%20name%3E&Body=Hey%2C%20I%20just%20wanted%20to%20introduce%20myself%0A%0A%3CHere%27s%20a%20link%20to%20info%20about%20me%20or%20my%20github%3E%0A%0A%3CHere%27s%20a%20bit%20about%20what%20i%20need%20to%20help%20contribute%3E%0A%0A%3CHere%27s%20how%20i%20think%20i%27ll%20get%20started%20on%20that%20feature%3E">
  63. <div class="visible content">Help code this</div>
  64. <div class="hidden content"><i class="mail icon"></i> Reach Out</div>
  65. </a>
  66. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues/189">Share Ideas</a>
  67. <div class="ui section divider"></div>
  68. <h3 class="ui header">Test Coverage</h3>
  69. <p>Semantic uses <a href="">Jasmine</a> with <a href="http://karma-runner.github.io/0.10/index.html" target="_blank">Karma Test Runner</a> and <a href="https://travis-ci.org/jlukic/Semantic-UI" target="_blank">Travis CI</a> to write unit tests for our UI modules.</p>
  70. <p>We need help to increase our code coverage by writing Jasmine tests for <a href="/module.html">modules</a> and to write feature specs which can be used to write tests.</p>
  71. <a class="ui teal vertical animated button" href="mailto:jacklukic@gmail.com?Subject=I%20would%20love%20to%20work%20on%20%3Cinsert%20feature%20name%3E&Body=Hey%2C%20I%20just%20wanted%20to%20introduce%20myself%0A%0A%3CHere%27s%20a%20link%20to%20info%20about%20me%20or%20my%20github%3E%0A%0A%3CHere%27s%20a%20bit%20about%20what%20i%20need%20to%20help%20contribute%3E%0A%0A%3CHere%27s%20how%20i%20think%20i%27ll%20get%20started%20on%20that%20feature%3E">
  72. <div class="visible content">Help code this</div>
  73. <div class="hidden content"><i class="mail icon"></i> Reach Out</div>
  74. </a>
  75. <a class="ui button" href="https://github.com/jlukic/Semantic-UI/issues/244">Share Ideas</a>
  76. </div>
  77. <div class="ui tab" data-tab="learn">
  78. <h3 class="ui header">Style Guide</h3>
  79. <p>Contributors may find it useful to read over the coding guidelines for the project. Most importantly, the guide for language, as it is one of the most important parts about Semantic UI.</p>
  80. <div class="ui buttons">
  81. <a class="ui button" href="/guide/styleguide.html">Language</a>
  82. <a class="ui button" href="/guide/cssguide.html">CSS</a>
  83. <a class="ui button" href="/guide/javascriptguide.html">Javascript</a>
  84. </div>
  85. </div>
  86. </div>