From 686dca86bf62e7955438985903a3c1a55a9cb7a8 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Sat, 11 Dec 2021 12:13:33 +0300 Subject: [PATCH] Enable github issues --- .github/ISSUE_TEMPLATE.md | 14 -------------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/do-not-file-an-issue.md | 14 -------------- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 4 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/do-not-file-an-issue.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 3bb5cbade74b..000000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: DO NOT FILE AN ISSUE -about: DO NOT FILE AN ISSUE DUE TO ONGOING MIGRATION -title: "DO NOT FILE AN ISSUE DUE TO ONGOING MIGRATION" -labels: '' -assignees: '' - ---- - -# DO NOT FILE AN ISSUE - -We are in the process of migrating from bugzilla to github issues please do not file a new issue as this could disrupt the migration process. - -# DO NOT FILE AN ISSUE diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 3ba13e0cec6c..000000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/do-not-file-an-issue.md b/.github/ISSUE_TEMPLATE/do-not-file-an-issue.md deleted file mode 100644 index 3bb5cbade74b..000000000000 --- a/.github/ISSUE_TEMPLATE/do-not-file-an-issue.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: DO NOT FILE AN ISSUE -about: DO NOT FILE AN ISSUE DUE TO ONGOING MIGRATION -title: "DO NOT FILE AN ISSUE DUE TO ONGOING MIGRATION" -labels: '' -assignees: '' - ---- - -# DO NOT FILE AN ISSUE - -We are in the process of migrating from bugzilla to github issues please do not file a new issue as this could disrupt the migration process. - -# DO NOT FILE AN ISSUE diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab540402eca3..a3d33bdb4d43 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ # **DO NOT FILE A PULL REQUEST** -We are in the process of a github migration. Please do not create a pull request as this could interfere with the process. +This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM. + +# **DO NOT FILE A PULL REQUEST**