https://github.com/messeb/development-conventions
Conventions in software projects
https://github.com/messeb/development-conventions
Last synced: 5 months ago
JSON representation
Conventions in software projects
- Host: GitHub
- URL: https://github.com/messeb/development-conventions
- Owner: messeb
- License: mit
- Created: 2018-05-13T18:25:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T17:31:07.000Z (about 8 years ago)
- Last Synced: 2025-06-14T06:36:11.328Z (about 1 year ago)
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Development Conventions
## Branching Strategy
### Gitflow
* [A successful Git branching model » nvie.com](http://nvie.com/posts/a-successful-git-branching-model/)
### GitHub Flow
* [Understanding the GitHub Flow · GitHub Guides](https://guides.github.com/introduction/flow/)
## Commit Messages
* [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/)
## Versioning
* [Semantic Versioning 2.0.0 | Semantic Versioning](https://semver.org/)
## Changelog
* [Keep a Changelog](https://keepachangelog.com/)