From c4ad3b8f479e32e449d20a31797dd2ce379ab48a Mon Sep 17 00:00:00 2001 From: mamoodi Date: Wed, 19 Jun 2024 15:14:46 -0400 Subject: [PATCH] docs: Fix formatting in CONTRIBUTING (#2526) Co-authored-by: Mahmoud Work --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37d7788e0e..bb8f01fccb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,12 +77,12 @@ git push origin my_branch ### 6. Open a Pull Request -On Github, go to the page of your forked repository, and create a Pull Request - - Click on `Branches` - - Click on the `...` beside your branch and click on `New pull request` - - Set `base repository` to `OpenDevin/OpenDevin` - - Set `base` to `main` - - Click `Create pull request` +* On Github, go to the page of your forked repository, and create a Pull Request: + - Click on `Branches` + - Click on the `...` beside your branch and click on `New pull request` + - Set `base repository` to `OpenDevin/OpenDevin` + - Set `base` to `main` + - Click `Create pull request` The PR should appear in [OpenDevin PRs](https://github.com/OpenDevin/OpenDevin/pulls).