Merged
Conversation
Contributor
Greptile SummaryThis PR adds three GitHub issue template files that introduce structured forms for bug reports and feature requests, and disables blank issues while linking to the project Discord. Key changes:
Issues found:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([Contributor clicks 'New Issue']) --> B{config.yml:\nblank_issues_enabled: false}
B --> C[Issue Chooser Page]
C --> D[Bug Report template]
C --> E[Feature Request template]
C --> F[Discord link\nhttps://discord.gg/dimos]
D --> D1[Robot Model dropdown\nrequired]
D1 --> D2[Firmware Version\nrequired]
D2 --> D3[Commit Hash\nrequired]
D3 --> D4[OS\nrequired]
D4 --> D5[Description\nrequired]
D5 --> D6[Steps to Reproduce\nrequired]
D6 --> D7[Logs / Error Output\noptional]
D7 --> D8[Additional Context\noptional]
D8 --> SUBMIT1([Submit — labelled 'bug'])
E --> E1[Problem\nrequired]
E1 --> E2[Proposed Solution\nrequired]
E2 --> E3[Alternatives Considered\noptional]
E3 --> E4[Additional Context\noptional]
E4 --> SUBMIT2([Submit — labelled 'enhancement'])
Last reviewed commit: 970c9da |
jeff-hykin
reviewed
Mar 11, 2026
| id: robot-model | ||
| attributes: | ||
| label: Robot Model | ||
| description: Which robot are you using? |
Member
There was a problem hiding this comment.
I wouldn't force ask this. People can run it without any robot.
The "steps to reproduce" will/should contain the robot if they use one
spomichter
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
No structured issue templates — bug reports lack consistent information (robot model, firmware, OS, commit hash, repro steps).
Solution
Add GitHub issue templates:
Breaking Changes
None
How to Test
Contributor License Agreement