From 29bf1080b58e19514104b9c1d11293266f43e98a Mon Sep 17 00:00:00 2001 From: leshy Date: Sat, 14 Mar 2026 21:18:16 +0200 Subject: [PATCH] Revert "chore: add GitHub issue templates (#1517)" This reverts commit 6546826567a80e3e7743061ad8ad03484bdca2b5. --- .github/ISSUE_TEMPLATE/bug_report.yml | 86 ---------------------- .github/ISSUE_TEMPLATE/config.yml | 5 -- .github/ISSUE_TEMPLATE/feature_request.yml | 35 --------- 3 files changed, 126 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index e3dd71f4b6..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,86 +0,0 @@ -name: Bug Report -description: Report a bug in DimOS -title: "[Bug]: " -body: - - type: textarea - id: description - attributes: - label: Description - description: What happened? What did you expect to happen? - validations: - required: true - - - type: textarea - id: steps - attributes: - label: Steps to Reproduce - description: Minimal steps to reproduce the bug - placeholder: | - 1. ... - 2. ... - 3. ... - validations: - required: true - - - type: textarea - id: logs - attributes: - label: Logs / Error Output - description: Paste any relevant logs or error messages - render: shell - validations: - required: false - - - type: input - id: commit-hash - attributes: - label: Commit Hash - description: "Run: git rev-parse --short HEAD" - placeholder: "abc1234" - validations: - required: true - - - type: input - id: os - attributes: - label: Operating system - description: OS and version where this occurs. - placeholder: macOS 15.4 / Ubuntu 24.04 / Windows 11 - validations: - required: true - - - type: dropdown - id: robot-model - attributes: - label: Robot Model - description: Which robot are you using, if any? - options: - - N/A - - Unitree G1 - - Unitree Go2 Pro - - Unitree Go2 Air - - Unitree B1 - - Drone - - Piper - - xArm - - Simulation only - - Other (specify below) - validations: - required: false - - - type: input - id: firmware-version - attributes: - label: Firmware Version - description: Exact firmware version of your robot, if applicable (e.g. 1.0.2.35) - placeholder: "1.0.2.35" - validations: - required: false - - - type: textarea - id: additional - attributes: - label: Additional Context - description: Any other context — screenshots, environment details, workarounds tried, etc. - validations: - required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 9170347ffa..0000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Discord - url: https://discord.gg/dimos - about: Ask questions and get help from the community diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 2979bb7779..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Feature Request -description: Suggest a new feature or improvement for DimOS -title: "[Feature]: " -body: - - type: textarea - id: problem - attributes: - label: Problem - description: What problem does this solve? What's frustrating or missing? - validations: - required: true - - - type: textarea - id: solution - attributes: - label: Proposed Solution - description: How would you like this to work? - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Alternatives Considered - description: Any other approaches you've thought about or workarounds you're using - validations: - required: false - - - type: textarea - id: additional - attributes: - label: Additional Context - description: Any other context — diagrams, references, related issues, etc. - validations: - required: false