Skip to content

Commit

Permalink
Update developer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot committed Oct 1, 2023
1 parent 36172fa commit afc3a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ git remote add orgremote https://github.com/abelsiqueira/COPIERTemplate.jl
- Make sure the pre-commit tests pass.
- Fetch any `main` updates from upstream and rebase your branch, if necessary:

```bash
```bash
git fetch orgremote
git rebase orgremote/main BRANCH_NAME
```
```

- Then you can open a pull request and work with the reviewer to address any issues
- Then you can open a pull request and work with the reviewer to address any issues.

0 comments on commit afc3a81

Please sign in to comment.