OpenHands
OpenHands copied to clipboard
Create bug_template.yml
Can you test this template?
To clarify, we already have this: https://github.com/OpenDevin/OpenDevin/blob/main/.github/ISSUE_TEMPLATE/bug_report.md
Why do we need another one?
Linking this https://github.com/OpenDevin/OpenDevin/issues/981
@neubig this would turn our existing template into a form, which will be much more likely to be filled out 😄
@PierrunoYT you should also remove the existing template in this PR
@PierrunoYT you should also remove the existing template in this PR
Okay
@neubig this would turn our existing template into a form, which will be much more likely to be filled out 😄
Not sure if it's done correctly.
@PierrunoYT it seems like several sections are duplicated
@PierrunoYT it seems like several sections are duplicated
It should be correct. We need to test how it would looks like and if it's wrong will check again.
For example, you have this:
- type: markdown
attributes:
value: |
#### Setup and configuration
**Current version**:
<!-- run `git log -n 1` to see this -->
- type: code
id: current-version
attributes:
label: Current Version
description: Run `git log -n 1` to see this
render: bash
IIUC this is going to create two different sections where we ask the user to run git log -n 1
There are several problems with the template listed here: https://github.com/OpenDevin/OpenDevin/blob/5d9c7463037965559cf81f8164480298d5aaec9f/.github/ISSUE_TEMPLATE/bug_template.yml
There are several problems with the template listed here: https://github.com/OpenDevin/OpenDevin/blob/5d9c7463037965559cf81f8164480298d5aaec9f/.github/ISSUE_TEMPLATE/bug_template.yml
Tried to update it again but I do it all whith AI so it's might be wrong.
Apparently AI isn't getting this one right 😄
If you click "view file" next to your bug_template.yml, you can test it out (currently it reports several errors).
But maybe we should just close this if the AI can't handle it
Apparently AI isn't getting this one right 😄
If you click "view file" next to your bug_template.yml, you can test it out (currently it reports several errors).
But maybe we should just close this if the AI can't handle it
Let me try again but maybe someone else has experience with yml and can fix it.
close #981
Thanks @Umpire2018! This is super helpful.
Looks like we just have a merge conflict
Thanks @Umpire2018! This is super helpful.
Looks like we just have a merge conflict
Not sure how to fix it.