-
Notifications
You must be signed in to change notification settings - Fork 214
Update PR template to match OpenHands/OpenHands repository #2730
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
Merged
+45
−7
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
745a733
Update PR template to match OpenHands/OpenHands repository
openhands-agent 3885e81
Merge branch 'main' into openhands/update-pr-template
jamiechicago312 c77aea8
Update AI/LLM agent guidance to be more constructive
openhands-agent c6b3eea
Apply suggestion from @enyst
enyst 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,11 +1,49 @@ | ||
| <!-- Keep this PR as draft until it is ready for review. --> | ||
|
|
||
| <!-- AI/LLM agents: | ||
|
|
||
| Provide evidence that the code runs properly end-to-end. Just running unit tests is NOT sufficient. Explain exactly the command that you ran, and provide evidence that the code works as expected, either in the form of log outputs or screenshots. In addition, if it is a bug fix, also run the same code before the bug fix and demonstrate that the code did NOT work before the fix to demonstrate that you were able to reproduce the problem. | ||
| --> | ||
|
|
||
| - [ ] A human has tested these changes. | ||
|
|
||
| --- | ||
|
|
||
| ## Why | ||
|
|
||
| <!-- Describe problem, motivation, etc.--> | ||
|
|
||
| ## Summary | ||
|
|
||
| [fill in a summary of this PR] | ||
| <!-- 1-3 bullets describing what changed. --> | ||
| - | ||
|
|
||
| ## Issue Number | ||
| <!-- Required if there is a relevant issue to this PR. --> | ||
|
|
||
| ## How to Test | ||
|
|
||
| <!-- | ||
| Required. Share the steps for the reviewer to be able to test your PR. e.g. You can test by running `npm install` then `npm build dev`. | ||
|
|
||
| If you could not test this, say why. | ||
| --> | ||
|
|
||
| ## Video/Screenshots | ||
|
|
||
| <!-- | ||
| Provide a video or screenshots of testing your PR. e.g. you added a new feature to the gui, show us the video of you testing it successfully. | ||
|
|
||
| --> | ||
|
|
||
| ## Type | ||
|
|
||
| - [ ] Bug fix | ||
| - [ ] Feature | ||
| - [ ] Refactor | ||
| - [ ] Breaking change | ||
| - [ ] Docs / chore | ||
|
|
||
| ## Checklist | ||
| ## Notes | ||
|
|
||
| - [ ] If the PR is changing/adding functionality, are there tests to reflect this? | ||
| - [ ] If there is an example, have you run the example to make sure that it works? | ||
| - [ ] If there are instructions on how to run the code, have you followed the instructions and made sure that it works? | ||
| - [ ] If the feature is significant enough to require documentation, is there a PR open on the OpenHands/docs repository with the same branch name? | ||
| - [ ] Is the github CI passing? | ||
| <!-- Optional: config changes, rollout concerns, follow-ups, or anything reviewers should know. --> | ||
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.