From e12b276bc7070688cd19dec3d1383d0e2f7fd36f Mon Sep 17 00:00:00 2001 From: hlopko Date: Wed, 27 Feb 2019 01:36:49 -0800 Subject: [PATCH] Fix issue template RELNOTES: None. PiperOrigin-RevId: 235876964 --- .../standard-issue-template.md => ISSUE_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) rename .github/ISSUE_TEMPLATE/standard-issue-template.md => ISSUE_TEMPLATE.md (93%) diff --git a/.github/ISSUE_TEMPLATE/standard-issue-template.md b/ISSUE_TEMPLATE.md similarity index 93% rename from .github/ISSUE_TEMPLATE/standard-issue-template.md rename to ISSUE_TEMPLATE.md index 3f83de7..af2e549 100644 --- a/.github/ISSUE_TEMPLATE/standard-issue-template.md +++ b/ISSUE_TEMPLATE.md @@ -1,11 +1,3 @@ ---- -name: Standard issue template -about: This is what contributors will see when they create new issue. -title: '' -labels: untriaged -assignees: '' - ---- > ATTENTION! Please read and follow: > - if this is a _question_ about how to build / test / query / deploy using Bazel, ask it on StackOverflow instead: https://stackoverflow.com/questions/tagged/bazel