Skip to content

Commit

Permalink
feat: Updated CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 1, 2024
1 parent 712a432 commit 587ab44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ cd timescaledb
repeating the commit message is preferred, which is done automatically
by GitHub when it creates the pull request.

* Rebase your local feature branch against main (`git fetch origin`,
then `git rebase origin/main`) to make sure you're
submitting your changes on top of the newest version of our code.
* Rebase your local feature branch against main (`git fetch origin`, then `git rebase origin/main`) to make sure you're submitting your changes on top of the newest version of our code.

* When finalizing your PR (i.e., it has been approved for merging), aim for the fewest number of commits that make sense. That is, squash any "fix up" commits into the commit they fix rather than keep them separate. Each commit should represent a

* When finalizing your PR (i.e., it has been approved for merging),
aim for the fewest number of commits that
Expand Down

0 comments on commit 587ab44

Please sign in to comment.