Browse Source

Fix Unicode and dracut install labeler

master
Jóhann B. Guðmundsson 4 years ago
parent
commit
ff78577d3f
  1. 2
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 2
      .github/labeler.yml

2
.github/ISSUE_TEMPLATE/feature_request.md

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
---
name: "\U0002728 Feature Request"
name: "\U00002728 Feature Request"
about: A request for enhancement in Dracut
labels: 'enhancement'
---

2
.github/labeler.yml

@ -8,7 +8,7 @@ github: @@ -8,7 +8,7 @@ github:
- .github/*
- .github/**/*

dracut install:
dracut-install:
- install/*
- install/**/*


Loading…
Cancel
Save