Skip to content

Commit

Permalink
chore(issue_template): simplify and update (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason authored Mar 30, 2017
1 parent a208152 commit e19df53
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,21 @@
CSS issue?
-----------------
Post on https://github.com/Semantic-Org/Semantic-UI.
✖ CSS ISSUES → Post on https://github.com/Semantic-Org/Semantic-UI

Semantic UI React only concerns itself with React components that render valid Semantic-UI markup. There is no HTML nor CSS code in this project.
✖ USAGE QUESTIONS → Use these dedicated resources:
Docs - http://react.semantic-ui.com
Chat - https://gitter.im/Semantic-Org/Semantic-UI-React
SO - http://stackoverflow.com/search?q=semantic-ui-react

Duplicate?
-----------------
Search the issues and PRs to ensure someone hasn't already posted this topic.

Usage question?
-----------------
We have superb docs at http://react.semantic-ui.com. They show all components and props including extensive live editable usage examples.

Tip: The doc site itself is a React app built with Semantic UI React. You can see how we setup Webpack, handle CSS, and advanced components by looking at the `/docs` in this repo itself.

<!--------------------------------- Still an issue? Let us know! --------------------------------->
✔ BUGS → This form is required:

### Steps
1. Boil water.

### Expected Result
It should be hot.

### Actual Result
It is cold.

### Version
x.y.z

### Testcase
Fork this to show the issue: http://codepen.io/levithomason/pen/ZpBaJX
[Fork, update, and replace this pen to show the bug]:
http://codepen.io/levithomason/pen/ZpBaJX

0 comments on commit e19df53

Please sign in to comment.