diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 --- /dev/null +++ b/.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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 --- /dev/null +++ b/.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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 --- /dev/null +++ b/.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.