From 0dfae62bded230de4fc415f470c72ceb6c4defd8 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Thu, 2 Jan 2025 21:36:25 +0200 Subject: [PATCH] Replace issue templates with links to jenkins.io --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ .../github-issue-tracker-has-been-dismissed-.md | 13 ------------- .../github-issue-tracker-has-been-dismissed.md | 13 ------------- 3 files changed, 11 insertions(+), 26 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed-.md delete mode 100644 .github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..c96712d95 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: Report an issue to JIRA + url: https://www.jenkins.io/participate/report-issue/redirect/#21428 + about: Please report new issues of this plugin to JIRA, not to GitHub. + - name: View open issues in JIRA + url: https://issues.jenkins.io/issues/?jql=resolution%20is%20EMPTY%20and%20component%3D21428 + about: View the open issues of this plugin at issues.jenkins.io. + - name: Issue tracking policy + url: https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/README.md#issue-tracking-where-file-new-issues + about: Existing issues in GitHub will be migrated to JIRA. diff --git a/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed-.md b/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed-.md deleted file mode 100644 index dde010a94..000000000 --- a/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed-.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: 'GitHub issue tracker has been dismissed ' -about: Please report new issue of this plugin to JIRA issue tracker at https://issues.jenkins.io - rather than GitHub. -title: '' -labels: '' -assignees: '' - ---- - -Please report new issue of this plugin to JIRA issue tracker at https://issues.jenkins.io rather than GitHub. - -More information at https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/README.md#issue-tracking-where-file-new-issues. diff --git a/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed.md b/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed.md deleted file mode 100644 index aff616e04..000000000 --- a/.github/ISSUE_TEMPLATE/github-issue-tracker-has-been-dismissed.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: GitHub issue tracker has been dismissed -about: Please report new issue of this plugin to JIRA issue tracker at https://issues.jenkins.io - rather than GitHub. -title: '' -labels: '' -assignees: '' - ---- - -Please report new issue of this plugin to JIRA issue tracker at https://issues.jenkins.io rather than GitHub. - -More information at https://github.com/jenkinsci/bitbucket-branch-source-plugin/blob/master/README.md#issue-tracking-where-file-new-issues.