Add 2 posts on collaborating on code without PRs

This commit is contained in:
Morgan 2021-06-28 10:31:25 +02:00 committed by GitHub
parent 10d8dc0130
commit feabd18925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1128,6 +1128,8 @@ psql -f db.out postgres
* :star: [**gitignore.io**](https://www.toptal.com/developers/gitignore) - Generate useful .gitignore files for your project. **See also** [Source Code](https://github.com/toptal/gitignore.io)
* [github/gitignore](https://github.com/github/gitignore) - A collection of useful .gitignore templates
* [ikatyang/emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet) - A markdown version emoji cheat sheet | This cheat sheet is automatically generated from [GitHub Emoji API](https://api.github.com/emojis) and [Unicode Full Emoji List](https://unicode.org/emoji/charts/full-emoji-list.html).
* [Thomas Paul Mann](https://raycast.com/blog/no-code-reviews-by-default/) - (2021) No code reviews by default | How one built an engineering culture based on trust that allows us to move incredibly fast without requiring code reviews.
* [Elisabeth Irgens](https://elisabethirgens.github.io/notes/2021/06/code-reviews/) - (2021) - Why I Wont Approve Your PR | in-house development has been influenced too much by the GitHub open source PR driven development process. A process driven by zero trust doesnt fit well in a team with trust.
### Dotfiles / Aliases
See also [Shell aliases](../README.md#shell-aliases)