Skip to content

Commit

Permalink
docs(issue template): add common issue help
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Dec 7, 2016
1 parent 0cdc44b commit 5a1b82d
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
<!-- Please provide complete details -->
CSS issue?
-----------------
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.

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! --------------------------------->

### Steps
1. Do something.
2. Do something else.
1. Boil water.

### Expected Result
It should be hot.

### Actual Result
It is cold.

### Version
x.y.z

### Testcase
Fork: http://codepen.io/levithomason/pen/ZpBaJX
Fork this to show the issue: http://codepen.io/levithomason/pen/ZpBaJX

0 comments on commit 5a1b82d

Please sign in to comment.