Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Oct 1, 2023
1 parent de94977 commit ecfa0da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/src/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ If this is the first time you work with this repository, follow the instructions
1. Fork this repo.
2. Clone your repo (this will create a `git remote` called `origin`).
3. Add this repo as a remote:
```bash
git remote add orgremote https://github.com/abelsiqueira/COPIERTemplate.jl
```

```bash
git remote add orgremote https://github.com/abelsiqueira/COPIERTemplate.jl

## Working on a new issue

Expand Down Expand Up @@ -86,9 +86,8 @@ 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.

0 comments on commit ecfa0da

Please sign in to comment.