From cc29934330d10140932934c8d33ccf1d7f55c741 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Tue, 3 Sep 2024 13:47:31 -0400 Subject: [PATCH] chore(GH issue): remote issue templates and redirect people to use issues.redhat.com/browse/RHIDP (#2072) * chore(GH issue): remote issue templates and redirect people to use issues.redhat.com/browse/RHIDP Signed-off-by: Nick Boldt * Update config.yml --------- Signed-off-by: Nick Boldt --- .github/ISSUE_TEMPLATE/blank.md | 5 ---- .github/ISSUE_TEMPLATE/bug_report.md | 19 ------------- .github/ISSUE_TEMPLATE/config.yml | 9 ++++-- .github/ISSUE_TEMPLATE/documentation.md | 11 -------- .github/ISSUE_TEMPLATE/enhancement.md | 11 -------- .github/ISSUE_TEMPLATE/epic.md | 25 ----------------- .github/ISSUE_TEMPLATE/quality.md | 37 ------------------------- .github/ISSUE_TEMPLATE/security.md | 17 ------------ 8 files changed, 6 insertions(+), 128 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blank.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.md delete mode 100644 .github/ISSUE_TEMPLATE/epic.md delete mode 100644 .github/ISSUE_TEMPLATE/quality.md delete mode 100644 .github/ISSUE_TEMPLATE/security.md diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md deleted file mode 100644 index 538694ceba..0000000000 --- a/.github/ISSUE_TEMPLATE/blank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -name: Blank Template -about: Create a blank issue -labels: [status/triage] ---- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index a3f92aa22c..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Bug Report -about: If something isn't working -labels: ['kind/bug', 'status/triage'] ---- - -### Describe the bug - -A clear and concise description of what the bug is. (provide screenshots if applicable) - -### Expected Behavior - -### What are the steps to reproduce this bug? - -1. … -2. … -3. … - -### Versions of software used and environment diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 67b07cb8a8..65952aa112 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: - - name: ❓ Janus IDP Community Slack - url: https://join.slack.com/t/janus-idp/shared_invite/zt-1pxtehxom-fCFtF9rRe3vFqUiFFeAkmg - about: Please ask and answer questions here. + - name: ❓ Red Hat Developer Hub JIRA + url: https://issues.redhat.com/browse/RHIDP + about: Please report any showcase/RHDH issues or feature requests in JIRA - https://issues.redhat.com/browse/RHIDP + - name: ❓ Backstage Community Plugins + url: https://github.com/backstage/community-plugins/issues + about: Please report any plugin issues or feature requests in https://github.com/backstage/community-plugins/issues diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index ec59f980a1..0000000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Documentation -about: Improve an existing feature or workflow -labels: ['kind/documentation', 'status/triage'] ---- - -### What do you want to improve? - -### What does the current documentation state? - -### What would you like to be added/updated in the documentation? diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md deleted file mode 100644 index 271498db0c..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Enhancement -about: Improve an existing feature or workflow -labels: ['kind/enhancement', 'status/triage'] ---- - -### What do you want to improve? - -### What is the current behavior? - -### What will the new behavior be? diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md deleted file mode 100644 index 2d1f625815..0000000000 --- a/.github/ISSUE_TEMPLATE/epic.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Epic -about: A long-lived feature request consisting of a collection is related issues. Must include a checklist of items that must be completed. If you are not sure if this is an epic, open an enhancement request. -labels: ['kind/epic', 'status/triage'] ---- - -## Goal - -## Acceptance criteria - -- [ ] tdb - -## Requirements - -- [ ] Test plan -- [ ] Documentation - -## Issues in Epic - -- [ ] tbd - -## Notes - -**Additional context** -Add any other context or screenshots about the epic here. diff --git a/.github/ISSUE_TEMPLATE/quality.md b/.github/ISSUE_TEMPLATE/quality.md deleted file mode 100644 index 0935c4105d..0000000000 --- a/.github/ISSUE_TEMPLATE/quality.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Quality Assurance -about: Tests for code changes -labels: ['kind/quality', 'status/triage'] ---- - -### What needs to be tested - -### Describe how to verify the feature and functionality - -### Prerequisites and test environment - -- -- -- - -### Describe configuration requirements - -- -- -- - -### Test Suites - -Outline the test suites and testing steps required: - -**Test case 1:** - -- Step 1-1 -- Step 1-2 -- Step 1-3 - -**Test case 2:** - -- Step 2-1 -- Step 2-2 -- Step 2-3 diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md deleted file mode 100644 index 10c008e283..0000000000 --- a/.github/ISSUE_TEMPLATE/security.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Report vulnerability -about: There's a security problem that requires our immediate attention -labels: [kind/security, status/triage] ---- - -**Describe how is our service vulnerable** -A clear and concise description of what the problem is. - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.