UNPKG

1.24 kBMarkdownView Raw
1<!--
2 Please read our Contributing Guide and Code of Conduct before you
3 submit a pull request.
4
5 Contributing Guide: https://github.com/fomantic/Fomantic-UI/blob/master/CONTRIBUTING.md
6 Code of Conduct: https://github.com/fomantic/Fomantic-UI/blob/master/CODE_OF_CONDUCT.md
7
8 ----
9
10 Please use the following pull request title format:
11 "[<scope>] <summary of what you fixed/changed>"
12-->
13
14## Description
15<!-- Describe what you fixed/changed in great detail (required). -->
16
17## Testcase
18<!--
19 If possible create an example of your change via a JSFiddle.
20
21 How to create an example:
22 1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn
23 2. Click "Fork" at the top
24 3. Add the minimum required HTML, CSS and JavaScript which shows your change
25 4. Click "Save" at the top
26 5. Copy the URL of your fiddle and link it here
27-->
28
29## Screenshot (if possible)
30<!--
31 If possible include images or gifs of your issue.
32
33 E.g. Incorrect component CSS should include an image of what the
34 component looks like.
35
36 If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX
37-->
38
39## Closes
40<!--
41 List all the issues this pull request closes (only if it does).
42-->
43#<issue id>, #<issue id>, #<issue id>