aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-12-07 11:21:48 +0100
committerGitHub <noreply@github.com>2018-12-07 11:21:48 +0100
commitb7410d54d67b7e9471656e7ea95b368ad61ae122 (patch)
treec114ad8778861396b3b3e6de2b79c47c85d1a241
parent2bbfeea659b8219bd48b8db49d41641b2129a6dd (diff)
parentf56e7c9afd89ef8187524aa2ef1f069198db2e80 (diff)
downloadnextcloud-server-b7410d54d67b7e9471656e7ea95b368ad61ae122.tar.gz
nextcloud-server-b7410d54d67b7e9471656e7ea95b368ad61ae122.zip
Merge pull request #12902 from nextcloud/issue-template-labels
Add labels to issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index 96f88405b8d..0bb5d346bb8 100644
--- a/.github/ISSUE_TEMPLATE/Bug_report.md
+++ b/.github/ISSUE_TEMPLATE/Bug_report.md
@@ -1,6 +1,7 @@
---
name: Bug report
about: Help us improving by reporting a bug
+labels: bug, 0. Needs triage
---
<!--
diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md
index 73efe4228aa..a76e2be6657 100644
--- a/.github/ISSUE_TEMPLATE/Feature_request.md
+++ b/.github/ISSUE_TEMPLATE/Feature_request.md
@@ -1,6 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
+labels: enhancement, 0. Needs triage
---
<!--