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.

30 lines
1.3 KiB

  1. # Contributing
  2. ### Publicity
  3. One of the easiest ways to support Semantic UI is to get the word out
  4. ## Making Semantic Better
  5. ### Bugs & Issues
  6. Please submit any bugs you encounter when using the library to our [Github Issues Tracker](https://github.com/Semantic-Org/Semantic-UI/issues).
  7. When submiting a bug report, please 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.
  8. Please create a fork of this [jsfiddle](http://jsfiddle.net/efp8z6Ln/) to demonstrate bugs.
  9. ### Style Guide
  10. Contributors should 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.
  11. [Language](http://semantic-ui.com/guide/styleguide.html)
  12. [CSS](http://semantic-ui.com/guide/cssguide.html)
  13. [Javascript](http://semantic-ui.com/guide/javascriptguide.html)
  14. ### Pull Requests
  15. Anyone can jump on the issues board and grab off bugs to fix. This is probably the best way to become a contributor to Semantic. Be sure to adhere to the style guides when submitting code.
  16. * [Create a Pull Request](https://github.com/Semantic-Org/Semantic-UI/compare)
  17. * [View Open Issues](https://github.com/Semantic-Org/Semantic-UI/issues)