summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-05-23 04:32:30 +0300
committerGitHub <noreply@github.com>2019-05-23 04:32:30 +0300
commitc1f4c6cf503995cd4d896c5821b00d55afcbde87 (patch)
tree5c50dfc36584be708af615cfb9a6502d607c1271
parentf6ce6dde4374dda765daf9ae9278f8a28acb05d8 (diff)
netdata: Fix labels usage, quotes are not needed (#6091)
* "netdata: fix attempt for labels"
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/question.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index eb45ea7b96..d378d45128 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a bug report to help us improve
-labels: "bug", "needs triage"
+labels: bug, needs triage
---
<!---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index d33a01e949..4d210259e0 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for our project
-labels: "feature request", "needs triage"
+labels: feature request, needs triage
---
<!---
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 2a13e05b02..c5cd71e66a 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,7 +1,7 @@
---
name: Question
about: You just want to ask a question? Go on.
-labels: question, "no changelog"
+labels: question, no changelog
---
<!---