Skip to content

Commit 9459e9f

Browse files
authored
Merge pull request OthersideAI#100 from michaelhhogue/improve-contributing
Add instructions for modifying and running code
2 parents 7b15121 + 4597a86 commit 9459e9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ We appreciate your contributions!
88
4. Push to the branch (`git push origin my-new-feature`)
99
5. Create new Pull Request
1010

11+
## Modifying and Running Code
12+
1. Make changes in `operate/main.py`
13+
2. Run `pip install .` again
14+
3. Run `operate` to test your changes
15+
1116
## Contribution Ideas
1217
- **Develop an Automated End-to-End Testing System**: Build an automated testing framework that can be run before merging PRs to `main` to confirm no test cases broke. An example of such a test case would be "go to google docs and write a poem". This testing system should be flexible to add new test cases in the future and reduce the time spent on manually testing each PR.
1318
- **Improve performance by finding optimal screenshot grid**: A primary element of the framework is that it overlays a percentage grid on the screenshot which GPT-4v uses to estimate click locations. If someone is able to find the optimal grid and some evaluation metrics to confirm it is an improvement on the current method then we will merge that PR.

0 commit comments

Comments
 (0)