[PATCH] D114406: Add issue/PR templates to discourge issue/PR creation

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 17:18:18 PST 2021


tstellar created this revision.
tstellar added a reviewer: asl.
tstellar requested review of this revision.
Herald added a project: LLVM.

This is temporary to discourage people from creating issues or PRs
during the bugzilla migration.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114406

Files:
  .github/ISSUE_TEMPLATE.md
  .github/ISSUE_TEMPLATE/do-not-file-an-issue.md
  .github/PULL_REQUEST_TEMPLATE.md


Index: .github/PULL_REQUEST_TEMPLATE.md
===================================================================
--- /dev/null
+++ .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,3 @@
+# **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.
Index: .github/ISSUE_TEMPLATE/do-not-file-an-issue.md
===================================================================
--- /dev/null
+++ .github/ISSUE_TEMPLATE/do-not-file-an-issue.md
@@ -0,0 +1,14 @@
+---
+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
Index: .github/ISSUE_TEMPLATE.md
===================================================================
--- /dev/null
+++ .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,14 @@
+---
+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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114406.389072.patch
Type: text/x-patch
Size: 1450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211123/09f9a40b/attachment.bin>


More information about the llvm-commits mailing list