Skip to content

Commit 2d0ff7a

Browse files
Add some useful links on good git hygiene (#280)
Adds links for writing commit messages and doing atomic commits.
1 parent af66c6e commit 2d0ff7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/development/contributing-code-to-northstar.md

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ To get the cropped GIFs of a screenrecording:
3131
(The linked site has not been vetted, use at own risk)
3232
4. Upload GIF to GitHub pull request description by just pasting it at the appropriate location.
3333

34+
### Useful links
35+
36+
- [How to write a commit message](https://cbea.ms/git-commit/)
37+
- [Atomic commits](https://www.freshconsulting.com/insights/blog/atomic-commits/)
38+
3439
### Avoiding "PR hell"
3540

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

0 commit comments

Comments
 (0)