1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-12 06:53:24 +00:00

Quote Around Colons in Yaml [skip ci]

This commit is contained in:
Qstick 2020-06-29 21:11:26 -04:00
parent 4ca5360097
commit 155dc12743
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Bug report
about: Support requests will be closed immediately, if you are unsure go to our Discord about: Support requests will be closed immediately, if you are unsure go to our Discord
or Subreddit first. Exceptions do not mean you found a bug! or Subreddit first. Exceptions do not mean you found a bug!
title: '' title: ''
labels: Type: Bug labels: 'Type: Bug'
assignees: '' assignees: ''
--- ---

View file

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: Type: Enhancement labels: 'Type: Enhancement'
assignees: '' assignees: ''
--- ---