Skip to content

Revert "chore: add GitHub issue templates"#1555

Open
leshy wants to merge 1 commit intodevfrom
revert-1517-summer/chore/issue-templates
Open

Revert "chore: add GitHub issue templates"#1555
leshy wants to merge 1 commit intodevfrom
revert-1517-summer/chore/issue-templates

Conversation

@leshy
Copy link
Contributor

@leshy leshy commented Mar 14, 2026

Reverts #1517

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 14, 2026

Greptile Summary

This PR cleanly reverts #1517, removing all three GitHub issue template files (bug_report.yml, feature_request.yml, config.yml) that were added in that PR. After this change, the repository will no longer have structured issue templates — users will get the default blank issue form when creating issues.

  • Deletes the bug report template with fields for description, repro steps, logs, commit hash, OS, robot model, and firmware version
  • Deletes the feature request template with fields for problem, proposed solution, alternatives, and additional context
  • Deletes config.yml which disabled blank issues and provided a Discord community link
  • No source code, CI, or other repository configuration is affected
  • The existing .github/pull_request_template.md remains intact

Confidence Score: 5/5

  • This PR is safe to merge — it is a clean git revert that only deletes GitHub issue template YAML files with no impact on source code or CI.
  • Score of 5: This is a straightforward, auto-generated git revert that removes only GitHub issue template configuration files. There is zero risk to application code, tests, builds, or deployments. The diff exactly matches the inverse of the original commit chore: add GitHub issue templates #1517.
  • No files require special attention.

Important Files Changed

Filename Overview
.github/ISSUE_TEMPLATE/bug_report.yml Deleted: Removes the bug report issue template (86-line YAML form). Clean revert of #1517, no issues.
.github/ISSUE_TEMPLATE/config.yml Deleted: Removes issue template config that disabled blank issues and linked Discord. Clean revert.
.github/ISSUE_TEMPLATE/feature_request.yml Deleted: Removes the feature request issue template (35-line YAML form). Clean revert.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR #1517: Add issue templates"] -->|Reverted by| B["PR #1555: Revert issue templates"]
    B --> C["Delete bug_report.yml"]
    B --> D["Delete feature_request.yml"]
    B --> E["Delete config.yml"]
    C --> F["Default blank issue form restored"]
    D --> F
    E --> F
    F --> G["Remaining: pull_request_template.md unchanged"]
Loading

Last reviewed commit: 29bf108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant