Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3_bug_report.yml « ISSUE_TEMPLATE « .github - github.com/Templarian/MaterialDesign.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 136c1ec8583f1516354b114389c3c868bc36aa47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: Report a Bug 🐛
description: Report an issue with the website, an icon, or one of our first-party libraries.
labels: [Bug]
body:
  - type: markdown
    attributes:
      value: |
        *Make sure you [searched open issues](https://github.com/Templarian/MaterialDesign/issues) before submitting your bug report!*

        ---

        ### IMPORTANT ⤵️ 

        If you see an icon on the site, but it is not in the latest release, *this is not a bug*. When new icons are added the library, they will immediately show on [MaterialDesignIcons.com](https://materialdesignicons.com/). However, a new release must happen before they will be available in our packages.
        
        See our [history log](https://materialdesignicons.com/history) for more information.

        ---
  - type: dropdown
    id: area
    attributes:
      label: Where are you experiencing this bug?
      options:
        - materialdesignicons.com
        - A specific icon glyph
        - "@mdi/font"
        - "@mdi/js"
        - "@mdi/svg"
        - Another MDI package
        - Somewhere else
    validations:
      required: true
  - type: textarea
    id: bug
    attributes:
      label: What is the issue you are experiencing?
      description: Please provide as much detail as possible, including reproduction steps if applicable.
    validations:
      required: true