1 changed files with 17 additions and 91 deletions
Unified View
Diff Options
@ -1,100 +1,26 @@ |
|||||
<!-- |
|
||||
|
✖ USAGE QUESTIONS → Use these dedicated resources: |
||||
|
Docs - http://www.semantic-ui.com |
||||
|
Chat - https://gitter.im/Semantic-Org/Semantic-UI |
||||
|
SO - https://stackoverflow.com/questions/tagged/semantic-ui?sort=votes |
||||
|
|
||||
✖ Please do not post usage questions to GitHub Issues. |
|
||||
For these types of questions use our Gitter chatroom or StackOverflow. |
|
||||
|
|
||||
|
|
||||
✔ Submitting Bugs and Enhancements. |
|
||||
Before submitting a bug make sure you do the following: |
|
||||
|
|
||||
- Check out our contributing guide for info on our release cycle. |
|
||||
|
|
||||
- Fork our boilerplate JSFiddle to create a test case for your bug. |
|
||||
If a bug is apparent in the docs, that's ok as a test case, just |
|
||||
make it clear exactly how to reproduce the issue. Only bugs that |
|
||||
include a test case can be triaged. |
|
||||
|
|
||||
|
|
||||
✔ Pull Requests |
|
||||
When adding pull requests, be sure to merge into the next branch. |
|
||||
If you need to demonstrate a fix in next release, you can use our |
|
||||
JSFiddle. |
|
||||
|
|
||||
|
|
||||
|
|
||||
If your bug uses a third party framework like Ember, Meteor, or Angular. |
|
||||
Be sure to submit the issue to their respective issues boards. If you |
|
||||
are confident the bug is part of the 'vanilla' SUI release, keep in mind |
|
||||
not all maintainers are familiar with all framework and a simple test |
|
||||
case is greatly appreciated. |
|
||||
|
|
||||
|
|
||||
|
|
||||
Gitter: https://gitter.im/Semantic-Org/Semantic-UI |
|
||||
StackOverflow: https://stackoverflow.com/questions/tagged/semantic-ui |
|
||||
Contributing Guide: https://github.com/Semantic-Org/Semantic-UI/blob/master/CONTRIBUTING.md |
|
||||
JSFiddle boilerplate: https://jsfiddle.net/ca0rovs3/ |
|
||||
|
|
||||
|
|
||||
|
|
||||
Make sure you name your issue correctly! |
|
||||
|
|
||||
Semantic UI boards use a special naming convention to help tag issue titles by the component |
|
||||
the issue is related to. |
|
||||
|
✔ BUGS → This form is required: |
||||
|
✔ Enhancements → Only specific enhancements with detailed descriptions. |
||||
|
|
||||
Bugs |
|
||||
Please tag titles in the format "[Component] Sub-type should do correct behavior". Please use |
|
||||
standard title case for titles, including the bracketed tag. |
|
||||
|
### Issue Titles |
||||
|
Use the format: [Component] Component Should Do X |
||||
|
|
||||
For example |
|
||||
[Dropdown] Multiple Selection Should Preserve "Set Selected" Order |
|
||||
[Validation] - E-mail Validation Should Handle Cyrillic |
|
||||
[Button] - Grouped Buttons Should Display Correctly on Mobile |
|
||||
|
|
||||
|
|
||||
Enhancements |
|
||||
For new feature requests, you can use the format "[Component] Add new feature" |
|
||||
|
For example: [Checkbox] onChange Should Fire when update triggered via DOM |
||||
|
|
||||
For example |
|
||||
[Dropdown] Add "Clearable" Setting |
|
||||
[Validation] Add Rules for Zipcode Validation |
|
||||
[API] Add "onProgress" callback setting |
|
||||
|
|
||||
--> |
|
||||
|
### Steps |
||||
|
|
||||
|
### Expected Result |
||||
|
|
||||
|
### Actual Result |
||||
|
|
||||
# Bug Report Template |
|
||||
|
### Version |
||||
|
x.y.z |
||||
|
|
||||
## Description |
|
||||
Describe the bug you are having |
|
||||
|
|
||||
## How to reproduce |
|
||||
A step by step guide on how to reproduce the bug |
|
||||
|
|
||||
## Expected behavior |
|
||||
The result which you where expecting |
|
||||
|
|
||||
## Resulting behavior |
|
||||
The actual result |
|
||||
|
|
||||
## Environment Information |
|
||||
- Operating System (OS version) |
|
||||
- Browser (Browser version) |
|
||||
|
|
||||
## Link to JSFiddle |
|
||||
Link to the JSFiddle which recreates the bug |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
# Feature Request Template |
|
||||
|
|
||||
## Description |
|
||||
Describe the feature and why the feature should be added |
|
||||
|
|
||||
## Implementation |
|
||||
Tell us how you would implement the feature |
|
||||
|
|
||||
## Example |
|
||||
If you can show an example of the feature using an image or links |
|
||||
|
### Testcase |
||||
|
[Fork, update, and replace to show the bug]: |
||||
|
https://jsfiddle.net/ca0rovs3/ |
Write
Preview
Loading…
Cancel
Save