Skip to content

Commit

Permalink
Add issue-template for new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
skjalgepalg authored May 9, 2022
1 parent d9a7d06 commit d730b77
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/new-icon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: New icon
about: Suggest a new icon to be added to the library
title: ''
labels: enhancement
assignees: ''

---

**Do you have an svg icon file?**
Please upload this file as an attachment or name the upstream branch containing it.

**Is the icon file ready to be added to the library?**
- It has been trimmed using a minifier like [SVGOMG](https://jakearchibald.github.io/svgomg/). (Lowest precision without visual degradation)
- It has fill-rule of `fill="currentColor"`
- It has no explicit width/height
- It has viewbox of `viewbox="0 0 24 24"`

**What is the name of the icon?**
Make sure the icon fits the naming convention of `nrk-category-name--state`

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit d730b77

Please sign in to comment.