Skip to content

Commit

Permalink
Add some useful links on good git hygiene (#280)
Browse files Browse the repository at this point in the history
Adds links for writing commit messages and doing atomic commits.
  • Loading branch information
GeckoEidechse authored Aug 29, 2024
1 parent af66c6e commit 2d0ff7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/development/contributing-code-to-northstar.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ To get the cropped GIFs of a screenrecording:
(The linked site has not been vetted, use at own risk)
4. Upload GIF to GitHub pull request description by just pasting it at the appropriate location.

### Useful links

- [How to write a commit message](https://cbea.ms/git-commit/)
- [Atomic commits](https://www.freshconsulting.com/insights/blog/atomic-commits/)

### Avoiding "PR hell"

_"PR hell"_ is what contributors refer to when a pull request is stuck as pending without any indication for progress.
Expand Down

0 comments on commit 2d0ff7a

Please sign in to comment.