From 8c7302f69993d36edcc0f8b35a4eb7c1edd1b98e Mon Sep 17 00:00:00 2001 From: omrishiv <327609+omrishiv@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:06:46 -0700 Subject: [PATCH] remove local issue templates for global (#292) Signed-off-by: omrishiv <327609+omrishiv@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yaml | 44 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/ISSUE_TEMPLATE/feature.yaml | 49 -------------------------- 3 files changed, 94 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index 1a32ab28..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,44 +0,0 @@ -name: 🐞 Bug Report -title: "[Bug]: " -description: Create a report to help us improve -labels: ["bug", "triage"] -body: - - type: markdown - attributes: - value: | - ### How to write a good bug report? - - - Respect the issue template as much as possible. - - The title should be short and descriptive. - - Explain the conditions which led you to report this issue and the context. - - The context should lead to something, an idea or a problem that you’re facing. - - Remain clear and concise. - - Format your messages to help the reader focus on what matters and understand the structure of your message, use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) - - - type: textarea - attributes: - label: What is your environment, configuration, and command? - description: | - Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. - placeholder: Add information here. - validations: - required: true - - - type: textarea - attributes: - label: What did you do and What did you see instead? - description: | - Provide error details and the expected details. - - Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. - placeholder: Add information here. - validations: - required: true - - - type: textarea - attributes: - label: Additional Information. Logs. - description: Use [Markdown syntax](https://help.github.com/articles/github-flavored-markdown) if needed. - placeholder: Add information here. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0086358d..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml deleted file mode 100644 index df4e0c12..00000000 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ /dev/null @@ -1,49 +0,0 @@ -name: Feature Proposal -description: 'Submit a proposal for a new feature' -title: 'Feature: <title>' -labels: [enhancement] -body: - - type: markdown - attributes: - value: | - ### Creating feature request: - - - Respect the issue template as much as possible. - - The title should be short and descriptive. - - Remain clear and concise. - - Use of examples is a big plus. - - - type: checkboxes - id: duplicate - attributes: - label: 'Have you searched for this feature request?' - options: - - label: "I searched but did not find similar requests" - required: true - - - type: textarea - id: description - validations: - required: true - attributes: - label: 'Problem Statement' - description: 'Please provide a clear and concise problem statement' - placeholder: 'idpbuilder does this right now, but this does not support my use case because...' - - - type: textarea - id: solution - validations: - required: true - attributes: - label: 'Possible Solution' - description: 'Please explain what you think is a good solution for this problem' - placeholder: 'I think idpbuilder should do this and that...' - - - type: textarea - id: alternatives - validations: - required: false - attributes: - label: 'Alternatives Considered' - description: 'Please provide any alternative solutions you have considered' - placeholder: 'OPTIONAL. Providing this information helps us follow your thought process'