From e564a45fbeabb4710ac5fcd231c107642dd4aa83 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Mon, 10 Jun 2024 16:34:28 +0200 Subject: [PATCH] Remove issue templates (#7895) --- .github/ISSUE_TEMPLATE/bug.yml | 106 ----------------------------- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 55 --------------- 3 files changed, 1 insertion(+), 162 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml deleted file mode 100644 index 22bb5ed3cd..0000000000 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ /dev/null @@ -1,106 +0,0 @@ -name: Bug Report -description: Report a bug -labels: [T-Bug] -body: - - type: markdown - attributes: - value: | - Please provide as much detail as you can so we have a better chance of fixing the bug quickly. - Thanks for your contribution to improve this project! - - type: dropdown - id: frequency - attributes: - label: How frequently does the bug occur? - options: - - -- select -- - - Once - - Sometimes - - Always - validations: - required: true -# Description - - type: textarea - id: description - attributes: - label: Description - description: | - Describe what you were expecting and what actually happened. - validations: - required: true - - type: textarea - id: stacktrace - attributes: - label: Stacktrace & log output - description: Please paste any relevant log output or stacktrace if you're getting an exception/crash. - render: shell -# Repro information - - type: dropdown - id: repro - attributes: - label: Can you reproduce the bug? - options: - - -- select -- - - Always - - Sometimes - - 'No' - validations: - required: true - - type: textarea - id: code-snippets - attributes: - label: Reproduction Steps - description: | - If you can reproduce the bug, please provide detailed steps for how WE can reproduce it. - Ideally, please provide a self contained test case or link (e.g. github repo) to a sample app that demonstrates the bug. - If that's not possible, please show code samples that highlight or reproduce the issue. - If relevant, include your model definitions. - Should you need to share code confidentially, you can send a link to: realm-help (the @) mongodb.com. -# Version - - type: input - id: version - attributes: - label: Version - description: What version(s) of the SDK has the bug been observed in? - validations: - required: true - - type: dropdown - id: services - attributes: - label: What Atlas App Services are you using? - options: - - -- select -- - - Local Database only - - Atlas Device Sync - - 'Atlas App Services: Function or GraphQL or DataAPI etc' - - Both Atlas Device Sync and Atlas App Services - validations: - required: true - - type: dropdown - id: encryption - attributes: - label: Are you using encryption? - options: - - -- select -- - - 'Yes' - - 'No' - validations: - required: true -# Environment - - type: input - id: platform - attributes: - label: Platform OS and version(s) - description: OS and version(s) are you seeing the issue on? - validations: - required: true - - type: textarea - id: java-build-environment - attributes: - label: "Build environment" - description: Build environment versions - value: | - Android Studio version: ... - Android Build Tools version: ... - Gradle version: ... - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 55bfd39c93..1664fce38f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: General Questions and Inquiries url: https://www.mongodb.com/community/forums/tags/c/realm-sdks/58/java diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 119db88bf5..0000000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,55 +0,0 @@ -# NOTE: This is a common file that is overwritten by realm/ci-actions sync service -# and should only be modified in that repository. - -name: Feature Request -description: Request a new feature or enhancement -labels: [T-Enhancement] -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to suggest improvements to Realm! - - type: textarea - id: problem - attributes: - label: Problem - description: A clear and concise description of the problem you are trying to solve. - validations: - required: true - - type: textarea - id: solution - attributes: - label: Solution - description: Describe the solution you envision, including API and usage example if possible. - validations: - required: false - - type: textarea - id: alternative-solution - attributes: - label: Alternatives - description: Describe the alternative solutions or features you have considered - validations: - required: false - - type: dropdown - id: importance - attributes: - label: How important is this improvement for you? - options: - - -- select -- - - Dealbreaker - - Would be a major improvement - - I would like to have it but have a workaround - - Fairly niche but nice to have anyway - validations: - required: true - - type: dropdown - id: sync - attributes: - label: Feature would mainly be used with - options: - - -- select -- - - Local Database only - - Atlas Device Sync - - 'Atlas App Services: Auth or Functions etc' - validations: - required: true