Disable issues / pull requests via templates in preparation with migration
authorAnton Korobeynikov <anton@korobeynikov.info>
Wed, 1 Dec 2021 18:43:22 +0000 (21:43 +0300)
committerAnton Korobeynikov <anton@korobeynikov.info>
Wed, 1 Dec 2021 18:43:22 +0000 (21:43 +0300)
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/do-not-file-an-issue.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..3bb5cba
--- /dev/null
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..3ba13e0
--- /dev/null
@@ -0,0 +1 @@
+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
new file mode 100644 (file)
index 0000000..3bb5cba
--- /dev/null
@@ -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
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..ab54040
--- /dev/null
@@ -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.