Skip to content

Instantly share code, notes, and snippets.

View jenol's full-sized avatar
💭
I may be slow to respond.

Jeno Laszlo jenol

💭
I may be slow to respond.
  • Betsson
  • Hungary
View GitHub Profile
@M1r1k
M1r1k / canada_provinces.geo.json
Last active June 10, 2022 11:12
canada-provinces-geojson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arphox
arphox / PR_best_practices.md
Last active February 15, 2024 16:35
Pull request best practices

Pull request best practices

A meta-analysis by Károly Ozsvárt

Key takeaways

  • Keep PRs small [1] [2] [3] [4] [5] [7]
  • Break down large pull requests into smaller ones [1] [5]
  • Have a good title [1] [4] [9]
  • Have a good description [1] [4] [9]
  • Reviewing PRs is hard [4] [6]
  • Have good commit messages [4] [7]