-
Notifications
You must be signed in to change notification settings - Fork 362
github issues restructure #1660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
leshy
wants to merge
2
commits into
dev
Choose a base branch
from
fix/issues
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,86 +1,24 @@ | ||
| name: Bug Report | ||
| description: Report a bug in DimOS | ||
| title: "[Bug]: " | ||
| labels: ["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 | ||
| value: | | ||
| ## System | ||
| <!-- e.g. Ubuntu 24.04, macOS 15.4 --> | ||
|
|
||
| - type: input | ||
| id: commit-hash | ||
| attributes: | ||
| label: Commit Hash | ||
| description: "Run: git rev-parse --short HEAD" | ||
| placeholder: "abc1234" | ||
| validations: | ||
| required: true | ||
| ## Robot (including firmware version) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. might want to change to Robot/Sim/Hardware |
||
| <!-- e.g. Unitree Go2 EDU 1.1.7, or N/A --> | ||
|
|
||
| - 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 | ||
| ## Steps to reproduce | ||
|
|
||
| - 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 | ||
| ## DimOS version | ||
| <!-- branch name or commit: git rev-parse --short HEAD --> | ||
|
|
||
| - 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 | ||
| ## Logs / screenshots | ||
|
|
||
| - type: textarea | ||
| id: additional | ||
| attributes: | ||
| label: Additional Context | ||
| description: Any other context — screenshots, environment details, workarounds tried, etc. | ||
| validations: | ||
| required: false | ||
| required: true | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,12 @@ | ||
| name: Feature Request | ||
| description: Suggest a new feature or improvement for DimOS | ||
| title: "[Feature]: " | ||
| labels: ["feature"] | ||
| body: | ||
| - type: textarea | ||
| id: problem | ||
| id: description | ||
| attributes: | ||
| label: Problem | ||
| description: What problem does this solve? What's frustrating or missing? | ||
| validations: | ||
| required: true | ||
| label: Description | ||
| description: What do you want and why? | ||
|
|
||
| - 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 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| name: Question | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I like this 👍 |
||
| description: Ask a question about DimOS usage or development | ||
| labels: ["question"] | ||
| body: | ||
| - type: textarea | ||
| id: description | ||
| attributes: | ||
| label: Question | ||
| description: What do you need help with? | ||
| validations: | ||
| required: true | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.