[PATCH] D114406: Add issue/PR templates to discourge issue/PR creation
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 24 13:41:15 PST 2021
tstellar updated this revision to Diff 389605.
tstellar added a comment.
Add back blank issue template.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114406/new/
https://reviews.llvm.org/D114406
Files:
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/config.yml
.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/config.yml
===================================================================
--- /dev/null
+++ .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
+blank_issues_enabled: false
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.389605.patch
Type: text/x-patch
Size: 1654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211124/51522d7b/attachment.bin>
More information about the llvm-commits
mailing list