Browse Source

Merge pull request #6205 from hammy2899/github-templates

Created issue template
incomplete-components
Jack Lukic 6 years ago
committed by GitHub
parent
commit
3453319390
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 100 additions and 0 deletions
  1. 100
      .github/ISSUE_TEMPLATE.md

100
.github/ISSUE_TEMPLATE.md

@ -0,0 +1,100 @@
<!--
✖ 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
Please tag titles in the format "[Component] Sub-type should do correct behavior". Please use
standard title case for titles, including the bracketed tag.
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
[Dropdown] Add "Clearable" Setting
[Validation] Add Rules for Zipcode Validation
[API] Add "onProgress" callback setting
-->
# Bug Report Template
## 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
Loading…
Cancel
Save