Skip to content

Commit

Permalink
Merge pull request #88 from Nickz22/Nickz22-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Nickz22 authored Dec 5, 2024
2 parents 855cdca + 0f7f0a7 commit 5147016
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# InsideOutbound

https://github.com/user-attachments/assets/e5801701-e84d-4b6c-a0da-aadc9a5b1f91


## Setup

1. Clone this repo.
Expand Down Expand Up @@ -142,4 +145,4 @@ Before you can login, you need to set up a Salesforce DevHub.
2. PRs should only have 1 commit on them. The suggested workflow is
- Make many commits during development
- When opening a PR, do `git reset HEAD <commit-hash-before-your-work-started>` or `git reset HEAD~<number-of-commits-you-added>`
- When making changes in response to PR comments, do `git commit --amend --no-edit && git push --force`
- When making changes in response to PR comments, do `git commit --amend --no-edit && git push --force`

0 comments on commit 5147016

Please sign in to comment.