Skip to content

Commit

Permalink
feat: Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 28, 2023
1 parent f6e071f commit 7b6d66f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTIRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

Then update your feature branch from your local copy of master, and push it!

```bash
git checkout <your-feature-branch>
git rebase master
git push origin <your-feature-branch>

0 comments on commit 7b6d66f

Please sign in to comment.