An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Development Conventions](./assets/logo.png)

# 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/)