From d3a37995e8f2210da36d78739aa1aa6d5a9a7223 Mon Sep 17 00:00:00 2001 From: Octavia Togami Date: Tue, 7 Apr 2020 14:41:24 -0700 Subject: [PATCH] Add default-pending label to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0a79440f8..937f02970 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Report a way in which WorldEdit is not working as intended title: '' -labels: type:bug +labels: type:bug, status:pending assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a4ecd9512..b66ba95d7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for WorldEdit title: '' -labels: type:feature-request +labels: type:feature-request, status:pending assignees: '' ---