Programming Resources
21.8K subscribers
1.78K photos
6 videos
4 files
108 links
Here I share my programming related resources during working or at my free times ☺️

Talk to me if you have any query: @Mojtabaeuler
Download Telegram
A guide to understand the importance of commit messages and how to write them well
یک راهنمای خوب برای نوشتن commit message های خوب و قابل فهم

#git #commit #message #guide
@pythony

github.com/RomuloOliveira/commit-messages-guide
The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history.
یه سری قراردادهای کاربردی و سبک برای متن commit که بشه هم خواناتر و هم با قابلیت بیشتری برای automated tools ها به همراه پیروی از semantic versioning این متن‌ها رو ساخت.

#git #commit #convention #message #best_practice #best #practice
@pythony

conventionalcommits.org/en/v1.0.0